diff options
author | Parker Moore <parkrmoore@gmail.com> | 2013-03-05 23:44:02 +0100 |
---|---|---|
committer | Parker Moore <parkrmoore@gmail.com> | 2013-03-05 23:44:02 +0100 |
commit | 7f4cf2554643242d88d87b53378a75ba59186660 (patch) | |
tree | c2481da9e54bf0de3d3731842b765c6912b06fd5 /.themes/classic | |
parent | de8e79f348c136fdec31fbed16d6c8007968dc3b (diff) | |
parent | e7a9b3fe4083e028ebf3d458579ffb0d69e7b589 (diff) | |
download | my_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.
Diffstat (limited to '.themes/classic')
-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; } |