diff options
author | B Mathis <brandon@imathis.com> | 2009-11-13 10:22:54 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-13 10:22:54 -0600 |
commit | 22a7564f2e2b3e11dbaa6aef25a4e437b537ed0f (patch) | |
tree | 5fe404e319813dacb1e59c84e07d493dd2749ddd /stylesheets/library | |
parent | 543928a0b3b14859ada1f2ba61080c5d202d530b (diff) | |
download | my_new_personal_website-22a7564f2e2b3e11dbaa6aef25a4e437b537ed0f.tar.xz my_new_personal_website-22a7564f2e2b3e11dbaa6aef25a4e437b537ed0f.zip |
ordered lists are now inside
Diffstat (limited to 'stylesheets/library')
-rw-r--r-- | stylesheets/library/_typography.sass | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/stylesheets/library/_typography.sass b/stylesheets/library/_typography.sass index 8867057f..0485d8e9 100644 --- a/stylesheets/library/_typography.sass +++ b/stylesheets/library/_typography.sass @@ -117,12 +117,10 @@ font-size= floor(!font_size * 1.25) =ol-style(!font_size = !base_font_size) - list-style: inside + list-style: inside decimal margin= 0 0 !font_size * 1.625 - li - list-style-type: decimal - ol - margin= 0 0 !font_size * 1.625 + li ol + margin= 0 0 !font_size * 1.625 =ul-style(!font_size = !base_font_size) list-style: inside |