Nested lists should not have margin-bottom
Brandon Mathis authored on 02/12/2011 at 15:49:31... | ... |
@@ -61,12 +61,12 @@ h6, section h5, section section h4, section section section h3 { |
61 | 61 |
p, blockquote, ul, ol { margin-bottom: 1.5em; } |
62 | 62 |
|
63 | 63 |
ul { list-style-type: disc; |
64 |
- ul { list-style-type: circle; |
|
65 |
- ul { list-style-type: square; }}} |
|
64 |
+ ul { list-style-type: circle; margin-bottom: 0px; |
|
65 |
+ ul { list-style-type: square; margin-bottom: 0px; }}} |
|
66 | 66 |
|
67 | 67 |
ol { list-style-type: decimal; |
68 |
- ol { list-style-type: lower-alpha; |
|
69 |
- ol { list-style-type: lower-roman; }}} |
|
68 |
+ ol { list-style-type: lower-alpha; margin-bottom: 0px; |
|
69 |
+ ol { list-style-type: lower-roman; margin-bottom: 0px; }}} |
|
70 | 70 |
|
71 | 71 |
ul, ol { &, ul, ol { margin-left: 1.3em; }} |
72 | 72 |
|