Changes between Version 18 and Version 19 of UtilCss


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

--

Legend:

Unmodified
Added
Removed
Modified
  • UtilCss

    v18 v19  
    5757/* Styles for the TracGuideToc wikimacro */ 
    5858.wiki-toc { 
    59  padding: .5em 1em; 
    60  margin: 0 0 2em 1em; 
    61  float: right; 
    62  clear: right; 
    63  border: 1px outset #ddc; 
    64  background: #f55; 
    65  font-size: 85%; 
    6659 position: fixed; 
    6760/* position: relative;*/ 
    6861} 
    69  
    70 .wiki-toc h4 { font-size: 12px; margin: 0 } 
    71  
    72 .wiki-toc ul, .wiki-toc ol { list-style: none; padding: 0; margin: 0 } 
    73  
    74 .wiki-toc ul ul, .wiki-toc ol ol { padding-left: 1.2em } 
    75  
    76 .wiki-toc li { margin: 0; padding: 0 } 
    77  
    78 .wiki-toc .active { background: #ff9; position: relative; } 
    79  
    80 .wiki-toc-un ul, .wiki-toc-un ol { list-style: none; } 
    81  
    82