Changeset 2696 for trac


Ignore:
Timestamp:
02/13/05 10:55:16 (8 years ago)
Author:
hauma
Message:
  • Implemented a fully customizable hierarchical navigation bar macro for the Trac wiki engine.
Location:
trac/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trac/trunk/htdocs/css/wiki.css

    r2581 r2696  
    3535.wiki-toc h4 { font-size: 12px; margin: 0 1em; } 
    3636.wiki-toc ul { list-style: none; padding: 0; margin: 0; } 
    37 .wiki-toc li { margin: 0; padding: 0 1em; } 
     37.wiki-toc li ul li { margin: 0; padding: 0 1em; } 
    3838.wiki-toc .active { background: #ff9; } 
     39 
     40.wiki-tocedit {  
     41 border:0;  
     42 position:absolute;  
     43 top:0;  
     44 right:5px; 
     45} 
     46.wiki-tocedit a { color:blue; border-color:blue; } 
Note: See TracChangeset for help on using the changeset viewer.