From 43bf915b7378de1ef82628a131f579d15cc499c9 Mon Sep 17 00:00:00 2001 From: Alexander Rothmund Date: Tue, 29 Apr 2014 09:31:26 +0200 Subject: [PATCH] Fix longer code blocks looking ugly --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 62ae5f1..8489184 100644 --- a/css/style.css +++ b/css/style.css @@ -116,6 +116,7 @@ blockquote { } code { + display: inline-block; font-style: normal; padding-left: 5px; border-radius: 10px;