[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r3264: Does this fix those naughty white boxes? (website/branches/z3d/trac)
Author: z3d
Date: 2008-10-28 00:34:45 -0400 (Tue, 28 Oct 2008)
New Revision: 3264
Modified:
website/branches/z3d/trac/trac.css
Log:
Does this fix those naughty white boxes?
Modified: website/branches/z3d/trac/trac.css
===================================================================
--- website/branches/z3d/trac/trac.css 2008-10-28 03:32:36 UTC (rev 3263)
+++ website/branches/z3d/trac/trac.css 2008-10-28 04:34:45 UTC (rev 3264)
@@ -36,7 +36,7 @@
h2 {
font-size: 14px;
background-color: #001100;
- background-image: url(../images/title_bg.png);
+ background-image: url(http://vidalia-project.net/images/title_bg.png);
margin-top: 8px;
margin-right: 8px;
margin-bottom: 8px;
@@ -54,10 +54,12 @@
border-right-color: #001100;
border-bottom-color: #001100;
border-left-color: #003300;
+ color: #FFFFFF;
+
}
h3 {
font-size: 13px;
@@ -653,7 +655,7 @@
background: transparent; color: #666;
}
- #content h2 .numresults { color: #666; font-size: 90%; }
+ #content h2 .numresults { color: #001100; font-size: 90%; }
/* Styles for search word highlighting */
@media screen {