diff --git a/static/style.css b/static/style.css index 9955dbf..8ea469a 100644 --- a/static/style.css +++ b/static/style.css @@ -172,7 +172,11 @@ div.block:first-of-type, div.block-small { } pre { - white-space: pre-wrap; + line-height: 1.5; + font-size: 14px; + background-color: #EEEEEE; + padding: 6px; + overflow: auto; } div.articles {