Browse Source

ordered lists are now inside

unreleased_contents
B Mathis 15 years ago
parent
commit
22a7564f2e
  1. 6
      stylesheets/library/_typography.sass

6
stylesheets/library/_typography.sass

@ -117,11 +117,9 @@
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: inside list-style: inside decimal
margin= 0 0 !font_size * 1.625 margin= 0 0 !font_size * 1.625
li li ol
list-style-type: decimal
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)

Loading…
Cancel
Save