1
0
mirror of http://aero2k.de/repos/dfde-theme.git synced 2017-09-06 15:25:40 +02:00

Codeboxen: max-height raus, evtl nochmal aendern

This commit is contained in:
eggy
2017-08-26 10:12:34 +02:00
parent 8d5167cf9a
commit 5e6d9feb4a

View 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;