aboutsummaryrefslogtreecommitdiff
path: root/.themes
diff options
context:
space:
mode:
authorParker Moore <parkrmoore@gmail.com>2013-03-05 14:40:29 -0800
committerParker Moore <parkrmoore@gmail.com>2013-03-05 14:40:29 -0800
commite7a9b3fe4083e028ebf3d458579ffb0d69e7b589 (patch)
treec2481da9e54bf0de3d3731842b765c6912b06fd5 /.themes
parent407a242f2d360f3e2acacc408affe92d941cc157 (diff)
parentd38f9f8e437d3457a32c631a32054186047eb1b5 (diff)
downloadmy_new_personal_website-e7a9b3fe4083e028ebf3d458579ffb0d69e7b589.tar.xz
my_new_personal_website-e7a9b3fe4083e028ebf3d458579ffb0d69e7b589.zip
Merge pull request #448 from NSError/list-fix
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; }