summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2011-06-02 15:43:07 +0000
committerNathan Kinkade <nath@nkinka.de>2011-06-02 15:43:07 +0000
commitb4c142b8d75a1c49bdc2d039e79e3d6773a22247 (patch)
tree22d2c9ab31970aec53f2edc1cffa93186b710e7a /themes
parentdbaa0ddfaf43eb1c4d5cdbe8080064fc3e67e378 (diff)
parent4a208226edbd3aeb8352b068f6f774ce410a3b3d (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'themes')
-rw-r--r--themes/wind/js/ui.init.js2
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);