MDL-41891 Theme: Bullets and Numbering are missing from lists, When in RTL mode (theme/clean)

This commit is contained in:
Nadav Kavalerchik
2013-09-19 12:06:25 +03:00
parent 83f26f6407
commit 962f6afb12
2 changed files with 7 additions and 1 deletions
@@ -2116,3 +2116,9 @@ ul.dragdrop-keyboard-drag li {
width: 12px;
height: 12px;
}
.dir-rtl {
ul, ol {
margin-right: 25px;
}
}
File diff suppressed because one or more lines are too long