aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParker Moore <parkrmoore@gmail.com>2013-03-05 23:44:02 +0100
committerParker Moore <parkrmoore@gmail.com>2013-03-05 23:44:02 +0100
commit7f4cf2554643242d88d87b53378a75ba59186660 (patch)
treec2481da9e54bf0de3d3731842b765c6912b06fd5
parentde8e79f348c136fdec31fbed16d6c8007968dc3b (diff)
parente7a9b3fe4083e028ebf3d458579ffb0d69e7b589 (diff)
downloadmy_new_personal_website-7f4cf2554643242d88d87b53378a75ba59186660.tar.xz
my_new_personal_website-7f4cf2554643242d88d87b53378a75ba59186660.zip
Merge branch 'master' of github.com:imathis/octopress
* 'master' of github.com:imathis/octopress: Using data.code.to_i like a true Rubyist in plugins/gist_code.rb. Heh. #438 Fix for bottom margin in nested lists.
-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; }