diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-20 12:20:29 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-20 12:20:29 -0400 |
commit | 05e4b7951d976070675eb02a072ffb9f0b235dba (patch) | |
tree | 26b0f0e7ba0136cf510e8d3e1d83c73d3905e806 /.themes/classic/sass/partials | |
parent | 0843c02f4ea3a2cd8a6e95bdc08cda5e11eea193 (diff) | |
download | my_new_personal_website-05e4b7951d976070675eb02a072ffb9f0b235dba.tar.xz my_new_personal_website-05e4b7951d976070675eb02a072ffb9f0b235dba.zip |
made bottom margin for code blocks more consistant
Diffstat (limited to '.themes/classic/sass/partials')
-rw-r--r-- | .themes/classic/sass/partials/_syntax.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.themes/classic/sass/partials/_syntax.scss b/.themes/classic/sass/partials/_syntax.scss index b31e250d..faa7f1f3 100644 --- a/.themes/classic/sass/partials/_syntax.scss +++ b/.themes/classic/sass/partials/_syntax.scss @@ -13,7 +13,7 @@ } } html .gist .gist-file { - margin-bottom: 1.5em; + margin-bottom: 1.8em; position: relative; border: none; padding-top: image-height("code_bg.png") !important; @@ -178,7 +178,7 @@ figure[role=code] { background: none; padding: 0; border: 0; - margin-bottom: 1.5em; + margin-bottom: 1.8em; figcaption { position: relative; @extend .code-title; @@ -213,3 +213,4 @@ figure[role=code] { text-shadow: #cbcccc 0 1px 0; padding-left: 3em; } + |