diff options
Diffstat (limited to 'res/ua.css')
-rw-r--r-- | res/ua.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/res/ua.css b/res/ua.css index a85c5146..43cccc71 100644 --- a/res/ua.css +++ b/res/ua.css @@ -191,12 +191,16 @@ h1, h2, h3, h4, h5, h6 { font-weight: bold; } -pre, plaintext { +pre { margin-top: 1em; margin-bottom: 1em; white-space: pre; } +plaintext { + white-space: pre; +} + p { margin-top: 1em; margin-bottom: 1em; |