mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 02:55:49 +03: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
@ -23,6 +23,8 @@ h3 {
|
||||
}
|
||||
|
||||
pre {
|
||||
font-family: Csilla;
|
||||
font-weight: lighter;
|
||||
margin-bottom: 8;
|
||||
margin-top: 8;
|
||||
white-space: pre;
|
||||
|
Loading…
Reference in New Issue
Block a user