Changes for page Agenti di #phones


From version 28.9
edited by administrator BDP
on 2017/07/12 17:33
Change comment: There is no comment for this version
To version 29.2
edited by administrator BDP
on 2017/07/12 17:40
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[1]
Code
... ... @@ -4,6 +4,6 @@
4 4  background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
5 5  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
6 6  
7 -div.box.floatinginfobox ol { list-style-type: none outside; counter-reset: say; }
7 +div.box.floatinginfobox ol { list-style-type: none; counter-reset: say; }
8 8  div.box.floatinginfobox ol li:before { counter-increment: say; content: counters(say,".") " "; }
9 9