- Timestamp:
- Oct 20, 2008, 12:01:12 AM (12 years ago)
- Location:
- web/branches/test/trac/htdocs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
web/branches/test/trac/htdocs/common/css/trac.css
r3059 r3060 8 8 font-size: 12px; 9 9 } 10 11 :link, :visited {12 color: #224422;13 }14 :link:hover, :visited:hover {15 color: #945973;16 }17 10 body, th, td { 18 11 font-family: 'Bitstream Vera Serif',times,serif; … … 105 98 :link,:visited { 106 99 text-decoration:none; 107 color: #b00;100 color: #224422; 108 101 border-bottom:1px dotted #bbb; 109 102 } … … 111 104 :link:hover,:visited:hover { 112 105 background-color:#eee; 113 color: #555;106 color: #945973; 114 107 } 115 108 -
web/branches/test/trac/htdocs/main.css
r3053 r3060 1 2 3 4 5 6 1 #footer { 7 2 display: none; … … 64 59 color: #224422; 65 60 } 66 y
Note: See TracChangeset
for help on using the changeset viewer.