From 543928a0b3b14859ada1f2ba61080c5d202d530b Mon Sep 17 00:00:00 2001 From: B Mathis Date: Fri, 13 Nov 2009 10:21:56 -0600 Subject: [PATCH] fixed list styling so they are inside --- stylesheets/library/_typography.sass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stylesheets/library/_typography.sass b/stylesheets/library/_typography.sass index 0e70a9e..8867057 100644 --- a/stylesheets/library/_typography.sass +++ b/stylesheets/library/_typography.sass @@ -117,15 +117,15 @@ font-size= floor(!font_size * 1.25) =ol-style(!font_size = !base_font_size) - list-style: outside + list-style: inside margin= 0 0 !font_size * 1.625 li - list-style: decimal + list-style-type: decimal ol margin= 0 0 !font_size * 1.625 =ul-style(!font_size = !base_font_size) - list-style: outside + list-style: inside margin= 0 0 !font_size * 1.625 li ul margin= 0 0 !font_size * 1.625