mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
different spacing to 1.9 corrected.
This commit is contained in:
parent
6487c75230
commit
a2d67b20d2
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user