aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/fix-ie5-ie6.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/fix-ie5-ie6.css')
-rw-r--r--themes/default/fix-ie5-ie6.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/default/fix-ie5-ie6.css b/themes/default/fix-ie5-ie6.css
index bd0862a71..f73bb4ad8 100644
--- a/themes/default/fix-ie5-ie6.css
+++ b/themes/default/fix-ie5-ie6.css
@@ -9,20 +9,20 @@
}
/* fix IE with another layout for thumbnails */
-UL.thumbnails SPAN.wrap2 {
+.thumbnails .wrap2 {
display: block;
position: relative;
text-align: left;
}
-UL.thumbnails SPAN.wrap2 A,
-UL.thumbnails SPAN.wrap2 SPAN {
+.thumbnails .wrap2 A,
+.thumbnails .wrap2 SPAN {
overflow: visible;
position: absolute;
top: 50%;
text-align: center;
}
-UL.thumbnails IMG.thumbnail {
+.thumbnails IMG.thumbnail {
position: relative;
top: -50%;
/*\*//*/
@@ -39,7 +39,7 @@ H1, #theHeader {
}
/* fix category thumbnails on main page */
-.content UL.thumbnailCategories {
+.content .thumbnailCategories {
width: 99%; /* buggy IE box model */
}