MediaWiki:Geshi.css: Difference between revisions
Jump to navigation
Jump to search
Bigger max height for preformatted text. |
Restrict overflow and max-height to screen. |
||
Line 6: | Line 6: | ||
} | } | ||
@media screen | |||
{ | { | ||
overflow: auto; | pre | ||
{ | |||
overflow: auto; | |||
max-height: 36em; | |||
} | |||
} | } |