This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
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
bff058866b
commit
745226cefc
1 changed files
with
6 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
trac/htdocs/main.css
+ 6
- 0
trac/htdocs/main.css
View File
@@ -8,10 +8,16 @@ body {
#banner, #mainnav, #main, #footer {
#banner, #mainnav, #main, #footer {
margin-top: 0;
margin-top: 0;
margin-bottom: 0;
margin-bottom: 0;
color: #7acb91;
}
}
#mainnav .active :link, #mainnav .active :visited {
#mainnav .active :link, #mainnav .active :visited {
color: #290c00;
color: #290c00;
}
}
#mainnav .active :link:hover, #mainnav .active :visited:hover {
color: #290c00;
background: #528e51;
}
#siteheader {
#siteheader {
overflow: hidden;
overflow: hidden;
width: 500px;
width: 500px;
Write
Preview
Loading…
Cancel
Save