Browse code

made bottom margin for code blocks more consistant

Brandon Mathis authored on 20/07/2011 at 16:20:29
Showing 1 changed files
... ...
@@ -13,7 +13,7 @@
13 13
   }
14 14
 }
15 15
 html .gist .gist-file {
16
-  margin-bottom: 1.5em;
16
+  margin-bottom: 1.8em;
17 17
   position: relative;
18 18
   border: none;
19 19
   padding-top: image-height("code_bg.png") !important;
... ...
@@ -178,7 +178,7 @@ figure[role=code] {
178 178
   background: none;
179 179
   padding: 0;
180 180
   border: 0;
181
-  margin-bottom: 1.5em;
181
+  margin-bottom: 1.8em;
182 182
   figcaption {
183 183
     position: relative;
184 184
     @extend .code-title;
... ...
@@ -213,3 +213,4 @@ figure[role=code] {
213 213
   text-shadow: #cbcccc 0 1px 0;
214 214
   padding-left: 3em;
215 215
 }
216
+