From 1227b5ad906d875448a3bf4f4c25b5df2ca4f492 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 30 Sep 2013 00:38:06 +0200 Subject: plugins.css: Don't wrap Command lines etc. should usually not be wrapped. 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 { code, kbd { font-family: "Source Code Pro", monospace; + white-space: nowrap; } pre { -- cgit v0.10-9-g596f