Changes between Version 16 and Version 17 of UtilCss


Ignore:
Timestamp:
03/24/14 18:16:48 (10 years ago)
Author:
labetoulle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UtilCss

    v16 v17  
    5353} 
    5454*/ 
     55 
     56 
     57/* Styles for the TracGuideToc wikimacro */ 
     58.wiki-toc { 
     59 padding: .5em 1em; 
     60 margin: 0 0 2em 1em; 
     61 float: left; 
     62 clear: right; 
     63 border: 1px outset #ddc; 
     64 background: #f55; 
     65 font-size: 85%; 
     66 position: relative; 
     67} 
     68.wiki-toc h4 { font-size: 12px; margin: 0 } 
     69.wiki-toc ul, .wiki-toc ol { list-style: none; padding: 0; margin: 0 } 
     70.wiki-toc ul ul, .wiki-toc ol ol { padding-left: 1.2em } 
     71.wiki-toc li { margin: 0; padding: 0 } 
     72.wiki-toc .active { background: #ff9; position: relative; } 
     73.wiki-toc-un ul, .wiki-toc-un ol { list-style: none; } 
     74