Browse Source

Fix for bottom margin in nested lists.

unreleased_contents
Chris Miller 13 years ago
parent
commit
d38f9f8e43
  1. 1
      .themes/classic/sass/base/_typography.scss

1
.themes/classic/sass/base/_typography.scss

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

Loading…
Cancel
Save