aboutsummaryrefslogtreecommitdiff
path: root/.themes
diff options
context:
space:
mode:
authorChris Miller <nserror@me.com>2012-02-24 12:44:35 -0700
committerChris Miller <nserror@me.com>2012-02-24 12:44:35 -0700
commitd38f9f8e437d3457a32c631a32054186047eb1b5 (patch)
tree8457e469bc0593603cd2ab9e7d379f2377ddf9f8 /.themes
parenta8c9fb8d7a8847c0752599aa611d5718ec901ccb (diff)
downloadmy_new_personal_website-d38f9f8e437d3457a32c631a32054186047eb1b5.tar.xz
my_new_personal_website-d38f9f8e437d3457a32c631a32054186047eb1b5.zip
Fix for bottom margin in nested lists.
Diffstat (limited to '.themes')
-rw-r--r--.themes/classic/sass/base/_typography.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/.themes/classic/sass/base/_typography.scss b/.themes/classic/sass/base/_typography.scss
index b68753fa..e9b6b19a 100644
--- a/.themes/classic/sass/base/_typography.scss
+++ b/.themes/classic/sass/base/_typography.scss
@@ -73,6 +73,7 @@ ol { list-style-type: decimal;
ol { list-style-type: lower-roman; margin-bottom: 0px; }}}
ul, ol { &, ul, ol { margin-left: 1.3em; }}
+ul, ol { ul, ol { margin-bottom: 0em; }}
strong { font-weight: bold; }