Fix longer code blocks looking ugly

This commit is contained in:
Alexander Rothmund 2014-04-29 09:31:26 +02:00
parent 785dc1b31e
commit 43bf915b73

View File

@ -116,6 +116,7 @@ blockquote {
}
code {
display: inline-block;
font-style: normal;
padding-left: 5px;
border-radius: 10px;