MDL-45109 - theme/bootstrapbase - Fix Unordered and Ordered lists in RTL mode

This commit is contained in:
Nadav Kavalerchik 2014-04-20 17:03:03 +03:00
parent a0461340ff
commit b992594aac
2 changed files with 2 additions and 1 deletions

View File

@ -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