diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-01 21:26:48 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-01 21:26:48 (GMT) |
commit | cae46131c2691e5b02e932ff43b3e127fe8e2055 (patch) | |
tree | 913069669a2121e9b50b2dd4b03ec481fc1c39d8 /web | |
parent | c33e1eedd3bade56bffd0017e41e32549a91e3d0 (diff) | |
download | site-cae46131c2691e5b02e932ff43b3e127fe8e2055.tar.gz |
plugins.css: Set "white-space: pre"
Markdown uses <pre><code> for code blocks, not just <pre>. Therefore,
we cannot set "white-space: nowrap" for <code>.
Diffstat (limited to 'web')
-rw-r--r-- | web/content/media/plugins.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
32 | 32 | ||
33 | code, kbd { | 33 | code, kbd { |
34 | font-family: "Source Code Pro", monospace; | 34 | font-family: "Source Code Pro", monospace; |
35 | white-space: nowrap; | 35 | white-space: pre; |
36 | } | 36 | } |
37 | 37 | ||
38 | pre { | 38 | pre { |