mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 04:33:13 +01:00
MDL-45109 - theme/bootstrapbase - Fix Unordered and Ordered lists in RTL mode
This commit is contained in:
parent
a0461340ff
commit
b992594aac
@ -2234,6 +2234,7 @@ body.lockscroll {
|
||||
// Bootstrap sets right margin to 0. Fail.
|
||||
// They set left margin to 25px so we will copy that.
|
||||
ul, ol {
|
||||
margin-left: 0;
|
||||
margin-right: 25px;
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user