aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/fix-ie7.css
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/fix-ie7.css')
-rw-r--r--template/yoga/fix-ie7.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/yoga/fix-ie7.css b/template/yoga/fix-ie7.css
index 75e51370c..33599dd18 100644
--- a/template/yoga/fix-ie7.css
+++ b/template/yoga/fix-ie7.css
@@ -1,20 +1,20 @@
/* $Id$ */
/* fix IE with another layout for thumbnails */
-#content UL.thumbnails SPAN.wrap2 {
+.content UL.thumbnails SPAN.wrap2 {
display: block;
position: relative;
text-align: left;
}
-#content UL.thumbnails SPAN.wrap2 A,
-#content UL.thumbnails SPAN.wrap2 SPAN {
+.content UL.thumbnails SPAN.wrap2 A,
+.content UL.thumbnails SPAN.wrap2 SPAN {
overflow: visible;
position: absolute;
top: 50%;
text-align: center;
}
-#content UL.thumbnails IMG.thumbnail {
+.content UL.thumbnails IMG.thumbnail {
position: relative;
top: -50%;
margin-top: 2%;