diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-12-28 18:56:09 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-12-28 18:56:09 +0000 |
commit | dfea79ee5500254de94a73d6292dd893f9616869 (patch) | |
tree | 9e3862fdf12b229782cb813b3e025498956fb385 /themes/Sylvia/theme.css | |
parent | faf97e2d6ba5b80ef5bf45753ac89d641abd9086 (diff) |
- css sprites work for ie6
- simplify/remove css
git-svn-id: http://piwigo.org/svn/trunk@8362 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/Sylvia/theme.css')
-rw-r--r-- | themes/Sylvia/theme.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/themes/Sylvia/theme.css b/themes/Sylvia/theme.css index 8e8dfcc4c..bee414ad3 100644 --- a/themes/Sylvia/theme.css +++ b/themes/Sylvia/theme.css @@ -135,7 +135,7 @@ BODY { #menubar #mbIdentification form { background:transparent url(images/menuId_sides.gif) repeat-y scroll left bottom; } -#menubar #mbIdentification .actions, #menubar #mbIdentification form p { +#menubar #mbIdentification form p { background:transparent none repeat-y scroll left bottom; } #menubar #mbIdentification p { @@ -301,12 +301,6 @@ input[type="radio"], input[type="checkbox"], input[type="button"].rateButtonStar background-color:#111; border:1px solid #ff3363; /* thumbnails border color when mouse cursor is over it */ } -#comments .actions li, #comments .actions li:hover { - background:transparent none; - margin-right: 22px; - clear:both; - list-style-type:none; -} .calItem { border:1px solid #666; margin:0 5px; |