diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-07-06 18:43:33 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-07-06 18:43:33 +0000 |
commit | 077c076069ada124e9700801effed9c0d61475f5 (patch) | |
tree | b6f8cc6245360bdd15b2a9417d00b488d49b6b86 | |
parent | b8507b5afedc9b5f3f2ea517d58ec767c0523187 (diff) |
qualify better css exceptions for ie 5-7
git-svn-id: http://piwigo.org/svn/branches/2.4@16411 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | themes/default/fix-ie5-ie6.css | 2 | ||||
-rw-r--r-- | themes/default/fix-ie7.css | 2 |
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%; |