diff options
Diffstat (limited to '$template.html')
-rw-r--r-- | $template.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/$template.html b/$template.html index 7892c2c..950b2bf 100644 --- a/$template.html +++ b/$template.html @@ -66,6 +66,10 @@ blockquote, pre { font-family: inherit; font-size: inherit; } +/* Make code within pre render correctly; markdown produces this */ +pre > code { + padding: 0; +} #main-content { padding: 0px 50px; margin: 0px auto; |