diff options
author | bptato <nincsnevem662@gmail.com> | 2024-04-27 18:48:46 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-04-27 18:49:03 +0200 |
commit | a87aae2ee477089fb45d9bf085f31966b2afe833 (patch) | |
tree | 56c4c8b63172838596ffff8c7ae54b0b4e95bd5a /res | |
parent | 59144327fbd13ed3a5387696f1011c9ec9ec7ce9 (diff) | |
download | chawan-a87aae2ee477089fb45d9bf085f31966b2afe833.tar.gz |
ua.css: style xmp like pre
Diffstat (limited to 'res')
-rw-r--r-- | res/ua.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/ua.css b/res/ua.css index 7c43cc0e..82ba0aee 100644 --- a/res/ua.css +++ b/res/ua.css @@ -183,7 +183,7 @@ h1, h2, h3, h4, h5, h6 { font-weight: bold; } -pre { +pre, xmp { margin-top: 1em; margin-bottom: 1em; white-space: pre; |