- Timestamp:
- Oct 19, 2008, 11:38:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
web/branches/test/trac/htdocs/common/css/trac.css
r3049 r3050 308 308 #mainnav :link, #mainnav :visited { 309 309 background:url(../dots.gif) 0 0 no-repeat; 310 border-right:1px solid #fff;311 border-bottom:none;312 border-left:1px solid #555;313 color:#000;314 310 padding:.2em 20px; 315 311 font-weight: bold; … … 322 318 #mainnav :link:hover,#mainnav :visited:hover { 323 319 background-color:#ccc; 324 border-right:1px solid #ddd;325 320 } 326 321 327 322 #mainnav .active :link,#mainnav .active :visited { 328 323 background:#333 url(../topbar_gradient2.png) 0 0 repeat-x; 329 border-top:none; 330 border-right:1px solid #000; 324 325 331 326 color:#eee; 332 327 font-weight:bold; … … 334 329 335 330 #mainnav .active :link:hover,#mainnav .active :visited:hover { 336 border-right:1px solid #000; 331 337 332 } 338 333
Note: See TracChangeset
for help on using the changeset viewer.