... | ... |
@@ -117,15 +117,15 @@ |
117 | 117 |
font-size= floor(!font_size * 1.25) |
118 | 118 |
|
119 | 119 |
=ol-style(!font_size = !base_font_size) |
120 |
- list-style: outside |
|
120 |
+ list-style: inside |
|
121 | 121 |
margin= 0 0 !font_size * 1.625 |
122 | 122 |
li |
123 |
- list-style: decimal |
|
123 |
+ list-style-type: decimal |
|
124 | 124 |
ol |
125 | 125 |
margin= 0 0 !font_size * 1.625 |
126 | 126 |
|
127 | 127 |
=ul-style(!font_size = !base_font_size) |
128 |
- list-style: outside |
|
128 |
+ list-style: inside |
|
129 | 129 |
margin= 0 0 !font_size * 1.625 |
130 | 130 |
li ul |
131 | 131 |
margin= 0 0 !font_size * 1.625 |