BUGFIX: limit the height of code blocks to 500px

This commit is contained in:
Régis Hanol 2014-01-27 18:05:33 +01:00
parent a83c1a19f1
commit 32d79494ad
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ pre {
background: #f1f1ff;
font-size: 14px;
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
max-height: 500px;
}
.comment, .template_comment, .diff .header, .javadoc {
color: #999988;

View File

@ -8,6 +8,7 @@ pre {
background: #f1f1ff;
font-size: 14px;
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
max-height: 500px;
}
.comment, .template_comment, .diff .header, .javadoc {
color: #999988;