diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-07-29 09:57:24 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-07-29 09:57:24 +0000 |
commit | 7e35acd1cd9e75678dea76ca37e61d275ad210a0 (patch) | |
tree | 1dbe82dd0277ba932e425b7c0c2ed06c983856a9 /template/yoga/fix-ie5-ie6.css | |
parent | 9c8639640ef38bda946f425232e53b526b9406d1 (diff) |
fix bug 484 : (again) fix rateButtons display broken by svn:1491
fix radio and checkbox display with Opera and IE (related to bug 490)
git-svn-id: http://piwigo.org/svn/trunk@1515 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/fix-ie5-ie6.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/template/yoga/fix-ie5-ie6.css b/template/yoga/fix-ie5-ie6.css index 044bd39e5..cfacd2db9 100644 --- a/template/yoga/fix-ie5-ie6.css +++ b/template/yoga/fix-ie5-ie6.css @@ -11,11 +11,6 @@ H1, #theHeader { height: 1em; /* for IE6 it's like min-height */ } -/* some theme set a border on INPUT which is not pretty for those */ -INPUT.radio, INPUT.checkbox { - border: none; -} - /* fix category thumbnails on main page */ #content UL.thumbnailCategories { width: 99%; /* buggy IE box model */ |