mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 04:42:55 +08:00
improve code highlight formatting, pre is still messed up though, it should wrap
This commit is contained in:
parent
a15ab2a0a6
commit
2174c0d661
|
@ -3,11 +3,11 @@
|
|||
pre {
|
||||
code {
|
||||
display: block;
|
||||
padding: 0.5em;
|
||||
padding: 5px 10px;
|
||||
color: #333333;
|
||||
background: ghostwhite;
|
||||
font-size: 12px;
|
||||
overflow: auto;
|
||||
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;
|
||||
}
|
||||
.comment, .template_comment, .diff .header, .javadoc {
|
||||
color: #999988;
|
||||
|
|
Loading…
Reference in New Issue
Block a user