site: less vertical padding of code blocks

This commit is contained in:
Simon Michael 2010-05-20 19:07:46 +00:00
parent f4edcb5152
commit 626583745d

View File

@ -88,7 +88,7 @@ a {
}
pre {
background: #F8F8F8; /* The same as the GitHub background color since I'm using their syntax.css */
padding: 15px;
padding: 0 2em 0 2em;
}
hr {
border: 0;