Skip to content

Commit

Permalink
Merge pull request imathis#448 from NSError/list-fix
Browse files Browse the repository at this point in the history
Fix for bottom margin in nested lists.
  • Loading branch information
parkr committed Mar 5, 2013
2 parents b35a620 + 88a5c2e commit 8c7c769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .themes/classic/sass/base/_typography.scss
Expand Up @@ -73,6 +73,7 @@ ol { list-style-type: decimal;
ol { list-style-type: lower-roman; margin-bottom: 0px; }}}

ul, ol { &, ul, ol { margin-left: 1.3em; }}
ul, ol { ul, ol { margin-bottom: 0em; }}

strong { font-weight: bold; }

Expand Down

0 comments on commit 8c7c769

Please sign in to comment.