mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 17:58:12 +00:00
LibHTML: Use a fixed-width font for <pre> tags, duh!
This commit is contained in:
parent
e3c0e75055
commit
33daa80bf0
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ h3 {
|
|||
}
|
||||
|
||||
pre {
|
||||
font-family: Csilla;
|
||||
font-weight: lighter;
|
||||
margin-bottom: 8;
|
||||
margin-top: 8;
|
||||
white-space: pre;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue