Merge branch 'MDL-41891_master' of https://github.com/nadavkav/moodle

This commit is contained in:
Sam Hemelryk 2014-04-15 10:26:44 +12:00
commit e8bb3c3fa6
2 changed files with 9 additions and 1 deletions

View file

@ -2229,3 +2229,11 @@ body.lockscroll {
height: 100%;
overflow: hidden;
}
.dir-rtl {
// Bootstrap sets right margin to 0. Fail.
// They set left margin to 25px so we will copy that.
ul, ol {
margin-right: 25px;
}
}

File diff suppressed because one or more lines are too long