diff options
author | Chris Miller <nserror@me.com> | 2012-02-24 12:44:35 -0700 |
---|---|---|
committer | Chris Miller <nserror@me.com> | 2012-02-24 12:44:35 -0700 |
commit | d38f9f8e437d3457a32c631a32054186047eb1b5 (patch) | |
tree | 8457e469bc0593603cd2ab9e7d379f2377ddf9f8 | |
parent | a8c9fb8d7a8847c0752599aa611d5718ec901ccb (diff) | |
download | my_new_personal_website-d38f9f8e437d3457a32c631a32054186047eb1b5.tar.xz my_new_personal_website-d38f9f8e437d3457a32c631a32054186047eb1b5.zip |
Fix for bottom margin in nested lists.
-rw-r--r-- | .themes/classic/sass/base/_typography.scss | 1 |
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; } |