Changes for page Agenti di #phones
From version 27.2
edited by administrator BDP
on 2017/07/12 17:02
on 2017/07/12 17:02
Change comment:
There is no comment for this version
To version 28.2
edited by administrator BDP
on 2017/07/12 17:07
on 2017/07/12 17:07
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[1]
-
- Code
-
... ... @@ -1,3 +1,9 @@ 1 +div.floatinginfobox { 2 + background-color: #F3F3F3; 3 + float: right; 4 + margin: 0.66em 0 1em 1em; 5 + padding: 10px; 6 +} 1 1 div.box.floatinginfobox ol { list-style-type: none; counter-reset: say; } 2 2 div.box.floatinginfobox ol li:before { counter-increment: say; content: counters(say,".") " "; } 3 3