diff options
author | Gotcha <gotcha@piwigo.org> | 2011-02-25 19:58:48 +0000 |
---|---|---|
committer | Gotcha <gotcha@piwigo.org> | 2011-02-25 19:58:48 +0000 |
commit | d00593e1ecf3e35e6f22ee84adbdf5272c136e8a (patch) | |
tree | 3ec3c0dc08335173533adced1a9056fd815e7c56 | |
parent | ae92b7b2776688e8a515e0bc4b34b5eeb0f2217b (diff) |
Minor CSS changes (more visibility for Slyvia)
git-svn-id: http://piwigo.org/svn/trunk@9380 68402e56-0260-453c-a942-63ccdbb3a9ee
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; } |