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;