diff options
Diffstat (limited to '')
-rw-r--r-- | themes/Sylvia/theme.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/Sylvia/theme.css b/themes/Sylvia/theme.css index 6411e7246..28247bc67 100644 --- a/themes/Sylvia/theme.css +++ b/themes/Sylvia/theme.css @@ -36,7 +36,7 @@ BODY { height:110px; } #mbIdentification p, .totalImages { - color:#333; + color:#666; } .header_msgs { background:transparent url(images/header_msgs-bg.gif) repeat scroll left top; @@ -110,6 +110,9 @@ BODY { font-size: 16px; line-height: 15px; } +#menubar UL SPAN.menuInfoCat { + color:#666; +} #menubar LI { padding-left: 12px; } |