From dfea79ee5500254de94a73d6292dd893f9616869 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 28 Dec 2010 18:56:09 +0000 Subject: - css sprites work for ie6 - simplify/remove css git-svn-id: http://piwigo.org/svn/trunk@8362 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/Sylvia/theme.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'themes/Sylvia/theme.css') 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; -- cgit v1.2.3