From 3d44cf96be83913688ec41a879c3098512379a7c Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Wed, 20 Jul 2011 12:12:56 -0400 Subject: [PATCH] improved consistency of bottom margin for code blocks --- sass/partials/_syntax.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/partials/_syntax.scss b/sass/partials/_syntax.scss index b31e250..21b2e70 100644 --- a/sass/partials/_syntax.scss +++ b/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;