improve code highlight formatting, pre is still messed up though, it should wrap

This commit is contained in:
Sam 2013-06-17 17:49:02 +10:00
parent a15ab2a0a6
commit 2174c0d661

View File

@ -3,11 +3,11 @@
pre { pre {
code { code {
display: block; display: block;
padding: 0.5em; padding: 5px 10px;
color: #333333; color: #333333;
background: ghostwhite; background: #f1f1ff;
font-size: 12px; font-size: 14px;
overflow: auto; font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
} }
.comment, .template_comment, .diff .header, .javadoc { .comment, .template_comment, .diff .header, .javadoc {
color: #999988; color: #999988;