Browse Source

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

remotes/test
carmie 16 years ago
parent
commit
8f9cbfb6d3
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      trac/htdocs/main.css

+ 5
- 1
trac/htdocs/main.css View File

@@ -1,13 +1,17 @@
body {
background: #000;
background: #290c00;
}
#banner, #main, #footer {
background: #fff;
color: #290c00;
}
#banner, #mainnav, #main, #footer {
margin-top: 0;
margin-bottom: 0;
}
#mainnav .active {
color: black;
}
#siteheader {
overflow: hidden;
width: 500px;


Loading…
Cancel
Save