diff options
Diffstat (limited to 'template/yoga/fix-ie5-ie6.css')
-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 */ |