Fix for bottom margin in nested lists.

This commit is contained in:
Chris Miller 2012-02-24 12:44:35 -07:00
parent a8c9fb8d7a
commit d38f9f8e43
1 changed files with 1 additions and 0 deletions

View File

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