]> git.aero2k.de Git - dfde-theme.git/commitdiff
Codeboxen: max-height raus, evtl nochmal aendern
authoreggy <eggy@localhost>
Sat, 26 Aug 2017 08:12:34 +0000 (10:12 +0200)
committereggy <eggy@localhost>
Sat, 26 Aug 2017 08:12:34 +0000 (10:12 +0200)
theme/content.css

index 741056e4c4e5db1ab5ab94b0c154d08706ec53ee..5be1b7f6a2e5b670907fcef272b8b25c174f2eb2 100644 (file)
@@ -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;