improved consistency of bottom margin for code blocks

This commit is contained in:
Brandon Mathis 2011-07-20 12:12:56 -04:00
parent 2e2816b4a6
commit 3d44cf96be

View File

@ -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;