mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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 {
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user