don't set font size on <code>, keep it to <pre> only (otherwise it looks weird inline)
This commit is contained in:
parent
4dbbd45caf
commit
45a4b416ba
File diff suppressed because one or more lines are too long
|
@ -380,7 +380,6 @@ body.ttrss_main {
|
||||||
.dijitContentPane code {
|
.dijitContentPane code {
|
||||||
color : #009900;
|
color : #009900;
|
||||||
font-family : monospace;
|
font-family : monospace;
|
||||||
font-size : 12px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#content-insert pre,
|
#content-insert pre,
|
||||||
|
|
Loading…
Reference in New Issue