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
Notes: sideshowbarker 2024-07-19 10:49:28 +09:00

View File

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