aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/fix-ie5-ie6.css
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/fix-ie5-ie6.css')
-rw-r--r--template/yoga/fix-ie5-ie6.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/fix-ie5-ie6.css b/template/yoga/fix-ie5-ie6.css
index cfacd2db9..a16290fcb 100644
--- a/template/yoga/fix-ie5-ie6.css
+++ b/template/yoga/fix-ie5-ie6.css
@@ -7,12 +7,12 @@
H1, #theHeader {
width: 100%; /* <- useless but seems to make IE6 happy */
}
-#content {
+.content {
height: 1em; /* for IE6 it's like min-height */
}
/* fix category thumbnails on main page */
-#content UL.thumbnailCategories {
+.content UL.thumbnailCategories {
width: 99%; /* buggy IE box model */
}