Guides: Give code container a proper bottom margin

This commit is contained in:
Josiah Ivey
2010-06-01 23:14:58 -05:00
parent fdd203f964
commit 4b71fc22ca

View File

@@ -367,7 +367,8 @@ tt {
div.code_container {
background: #EEE url(../images/tab_grey.gif) no-repeat left top;
padding: 0.25em 1em 0.5em 48px;
padding: 0.25em 1em 0.5em 48px;
margin: 0px 0px 1.5em;
}
code {