diff options
author | Nathan Kinkade <nath@nkinka.de> | 2011-06-02 15:43:07 +0000 |
---|---|---|
committer | Nathan Kinkade <nath@nkinka.de> | 2011-06-02 15:43:07 +0000 |
commit | b4c142b8d75a1c49bdc2d039e79e3d6773a22247 (patch) | |
tree | 22d2c9ab31970aec53f2edc1cffa93186b710e7a /themes | |
parent | dbaa0ddfaf43eb1c4d5cdbe8080064fc3e67e378 (diff) | |
parent | 4a208226edbd3aeb8352b068f6f774ce410a3b3d (diff) |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'themes')
-rw-r--r-- | themes/wind/js/ui.init.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/js/ui.init.js b/themes/wind/js/ui.init.js index 2c67bf3a..3ee3e32e 100644 --- a/themes/wind/js/ui.init.js +++ b/themes/wind/js/ui.init.js @@ -82,7 +82,7 @@ $(document).ready(function() { } else { var sib_height = $(this).prev().height(); } - if ($.browser.msie && $.browser.version >= 8) { + if ($.browser.msie && $.browser.version <= 8) { sib_height = sib_height + 1; } $(this).css("height", sib_height); |