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

This commit is contained in:
Sam Hemelryk
2014-04-15 11:25:20 +12:00
2 changed files with 9 additions and 1 deletions
@@ -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