RTL fixes for ul, ol, legend elements in the lms _reset.scss

This commit is contained in:
Omar Al-Ithawi
2017-04-02 18:28:03 +03:00
parent 70d78fc4f9
commit 4f80790f56

View File

@@ -29,7 +29,7 @@ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: b
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
ul, ol { @include padding(0, 0, 0, 40px); margin: 1em 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }