aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-07-06 18:45:49 +0000
committerrvelices <rv-github@modusoptimus.com>2012-07-06 18:45:49 +0000
commit58bc6d83583ccb049d5b9ab0b0da42b069bd4def (patch)
treea229c7cb5c98dcb53e5617015d80a29cfc3cdef3 /themes
parent77bb15d2f8d5b92b42e2aa34749e5ed58ebdf718 (diff)
qualify better css exceptions for ie 5-7 merge r16411 from branch 2.4 to trunk
git-svn-id: http://piwigo.org/svn/trunk@16412 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r--themes/default/fix-ie5-ie6.css2
-rw-r--r--themes/default/fix-ie7.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/fix-ie5-ie6.css b/themes/default/fix-ie5-ie6.css
index eaf68a3f0..7d5442095 100644
--- a/themes/default/fix-ie5-ie6.css
+++ b/themes/default/fix-ie5-ie6.css
@@ -22,7 +22,7 @@
text-align: center;
}
-.thumbnails IMG.thumbnail {
+.thumbnails .wrap2 IMG {
position: relative;
top: -50%;
/*\*//*/
diff --git a/themes/default/fix-ie7.css b/themes/default/fix-ie7.css
index 4284f6381..73868ff62 100644
--- a/themes/default/fix-ie7.css
+++ b/themes/default/fix-ie7.css
@@ -13,7 +13,7 @@
text-align: center;
}
-.thumbnails IMG.thumbnail {
+.thumbnails .wrap2 IMG {
position: relative;
top: -50%;
margin-top: 2%;