aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/library
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-13 10:21:56 -0600
committerB Mathis <brandon@imathis.com>2009-11-13 10:21:56 -0600
commit543928a0b3b14859ada1f2ba61080c5d202d530b (patch)
treea3f82a194e5cb57670bdc26ea84de39bd260566c /stylesheets/library
parent0f31b5b9e271ac5fe613217a8beb88b17a415c77 (diff)
downloadmy_new_personal_website-543928a0b3b14859ada1f2ba61080c5d202d530b.tar.xz
my_new_personal_website-543928a0b3b14859ada1f2ba61080c5d202d530b.zip
fixed list styling so they are inside
Diffstat (limited to 'stylesheets/library')
-rw-r--r--stylesheets/library/_typography.sass6
1 files changed, 3 insertions, 3 deletions
diff --git a/stylesheets/library/_typography.sass b/stylesheets/library/_typography.sass
index 0e70a9e6..8867057f 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