different spacing to 1.9 corrected.

This commit is contained in:
urs_hunkler 2007-10-18 19:08:17 +00:00
parent 6487c75230
commit a2d67b20d2

View File

@ -7,7 +7,7 @@
if (top.user) {
top.document.getElementsByTagName('frameset')[0].rows = "117,30%,0,200";
}
// correct some Safari 2 (webkit 419.3) rtl rendering issues
if($.browser.version == '419.3') {
if ($('body.dir-rtl').length) {