From cae46131c2691e5b02e932ff43b3e127fe8e2055 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 1 Oct 2013 23:26:48 +0200 Subject: plugins.css: Set "white-space: pre" Markdown uses
 for code blocks, not just 
.  Therefore,
we cannot set "white-space: nowrap" for .

diff --git a/web/content/media/plugins.css b/web/content/media/plugins.css
index 5b0c2f3..42d9a73 100644
--- a/web/content/media/plugins.css
+++ b/web/content/media/plugins.css
@@ -32,7 +32,7 @@ h1, h2, h3, h4, h5, h6 {
 
 code, kbd {
     font-family: "Source Code Pro", monospace;
-    white-space: nowrap;
+    white-space: pre;
 }
 
 pre {
-- 
cgit v0.10-9-g596f