mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
LibHTML: Use a fixed-width font for <pre> tags, duh!
This commit is contained in:
parent
e3c0e75055
commit
33daa80bf0
Notes:
sideshowbarker
2024-07-19 10:49:28 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/33daa80bf08
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
Reference in a new issue