summaryrefslogtreecommitdiffstats
path: root/web/content/media/plugins.css
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:38:06 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:38:06 (GMT)
commit1227b5ad906d875448a3bf4f4c25b5df2ca4f492 (patch)
treec95edbb437081911cc43ad8c0a4fcafb3f28d330 /web/content/media/plugins.css
parentbe45010336908b6b18ca74fecb62332999e4cea0 (diff)
downloadsite-1227b5ad906d875448a3bf4f4c25b5df2ca4f492.tar.gz
plugins.css: Don't wrap <code>
Command lines etc. should usually not be wrapped.
Diffstat (limited to 'web/content/media/plugins.css')
-rw-r--r--web/content/media/plugins.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/content/media/plugins.css b/web/content/media/plugins.css
index 7910aad..5b0c2f3 100644
--- a/web/content/media/plugins.css
+++ b/web/content/media/plugins.css
@@ -32,6 +32,7 @@ h1, h2, h3, h4, h5, h6 {
32 32
33code, kbd { 33code, kbd {
34 font-family: "Source Code Pro", monospace; 34 font-family: "Source Code Pro", monospace;
35 white-space: nowrap;
35} 36}
36 37
37pre { 38pre {