Browse Source

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

remotes/test
carmie 17 years ago
parent
commit
4af61dafd0
1 changed files with 11 additions and 5 deletions
  1. +11
    -5
      trac/htdocs/main.css

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

@@ -1,11 +1,17 @@
body {
background: #000;
background: #000;
}
#banner, #mainnav, #main, #footer {
background: #fff;
#banner, #main, #footer {
background: #fff;
}
#banner, #mainnav, #main, #footer {
margin-top: 0;
margin-bottom: 0;
}
#siteheader, #sitefooter {
background: red;
#siteheader {
overflow: hidden;
width: 500px;
float: right;
}
dt em {
color: #88AA77;


Loading…
Cancel
Save