fixed list styling so they are inside
This commit is contained in:
parent
0f31b5b9e2
commit
543928a0b3
@ -117,15 +117,15 @@
|
|||||||
font-size= floor(!font_size * 1.25)
|
font-size= floor(!font_size * 1.25)
|
||||||
|
|
||||||
=ol-style(!font_size = !base_font_size)
|
=ol-style(!font_size = !base_font_size)
|
||||||
list-style: outside
|
list-style: inside
|
||||||
margin= 0 0 !font_size * 1.625
|
margin= 0 0 !font_size * 1.625
|
||||||
li
|
li
|
||||||
list-style: decimal
|
list-style-type: decimal
|
||||||
ol
|
ol
|
||||||
margin= 0 0 !font_size * 1.625
|
margin= 0 0 !font_size * 1.625
|
||||||
|
|
||||||
=ul-style(!font_size = !base_font_size)
|
=ul-style(!font_size = !base_font_size)
|
||||||
list-style: outside
|
list-style: inside
|
||||||
margin= 0 0 !font_size * 1.625
|
margin= 0 0 !font_size * 1.625
|
||||||
li ul
|
li ul
|
||||||
margin= 0 0 !font_size * 1.625
|
margin= 0 0 !font_size * 1.625
|
||||||
|
Loading…
Reference in New Issue
Block a user