1
Fork 0
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:
Andreas Kling 2019-12-18 12:44:02 +01:00
parent e3c0e75055
commit 33daa80bf0

View file

@ -23,6 +23,8 @@ h3 {
}
pre {
font-family: Csilla;
font-weight: lighter;
margin-bottom: 8;
margin-top: 8;
white-space: pre;