Skip to content

Commit

Permalink
Merge pull request imathis#298 from nistude/master
Browse files Browse the repository at this point in the history
Nested lists should not have margin-bottom
  • Loading branch information
imathis committed Dec 2, 2011
2 parents 76af698 + 6bf5258 commit 19325e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .themes/classic/sass/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ h6, section h5, section section h4, section section section h3 {
p, blockquote, ul, ol { margin-bottom: 1.5em; }

ul { list-style-type: disc;
ul { list-style-type: circle;
ul { list-style-type: square; }}}
ul { list-style-type: circle; margin-bottom: 0px;
ul { list-style-type: square; margin-bottom: 0px; }}}

ol { list-style-type: decimal;
ol { list-style-type: lower-alpha;
ol { list-style-type: lower-roman; }}}
ol { list-style-type: lower-alpha; margin-bottom: 0px;
ol { list-style-type: lower-roman; margin-bottom: 0px; }}}

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

Expand Down

0 comments on commit 19325e8

Please sign in to comment.