From 5e6d9feb4a995f3a29c070abf197288cdceade7d Mon Sep 17 00:00:00 2001 From: eggy Date: Sat, 26 Aug 2017 10:12:34 +0200 Subject: [PATCH] Codeboxen: max-height raus, evtl nochmal aendern --- theme/content.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/theme/content.css b/theme/content.css index 741056e..5be1b7f 100644 --- a/theme/content.css +++ b/theme/content.css @@ -513,7 +513,13 @@ blockquote .codebox { overflow: auto; display: block; height: auto; - max-height: 200px; + + /* Debianforumde: + * Codeboxen vollstaendig in der Hoehe anzeigen + * Breitenbeschraenung wegen mobile, evtl nochmal aendern + max-height: 500px; + */ + padding: 5px 3px; font: 0.9em Monaco, "Andale Mono","Courier New", Courier, monospace; line-height: 1.3em; -- 2.39.2