Browse Source

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/branches/test@3360 92316355-f0b4-4df1-b90c-862c8a59935f

remotes/test
carmie 17 years ago
parent
commit
745226cefc
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      trac/htdocs/main.css

+ 6
- 0
trac/htdocs/main.css View File

@@ -8,10 +8,16 @@ body {
#banner, #mainnav, #main, #footer {
margin-top: 0;
margin-bottom: 0;
color: #7acb91;
}
#mainnav .active :link, #mainnav .active :visited {
color: #290c00;
}
#mainnav .active :link:hover, #mainnav .active :visited:hover {
color: #290c00;
background: #528e51;
}

#siteheader {
overflow: hidden;
width: 500px;


Loading…
Cancel
Save