Changes for page Agenti di #phones


From version 28.3
edited by administrator BDP
on 2017/07/12 17:08
Change comment: There is no comment for this version
To version 27.1
edited by administrator BDP
on 2017/07/12 16:56
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[1]
Code
... ... @@ -1,4 +2,4 @@
1 -div.floatinginfobox { background-color: #F0F0F0; float: right; margin: 0.66em 0 1em 1em; padding: 10px;}
2 2  div.box.floatinginfobox ol { list-style-type: none; counter-reset: say; }
3 3  div.box.floatinginfobox ol li:before { counter-increment: say; content: counters(say,".") " "; }
4 -
3 +ol { list-style-type: none; counter-reset: say; }
4 +ol li:before { counter-increment: say; content: counters(say,".") ". "; }