diff options
author | bptato <nincsnevem662@gmail.com> | 2023-12-20 19:01:34 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-12-20 19:01:34 +0100 |
commit | 2b60e1009f54ef8d09bf66b092a613840e9ec59b (patch) | |
tree | 97a3894d3471efc4f93bd10434496fd07efcee07 /res | |
parent | 240d999b5324cc76f6ad69afcdfc21ee3853c8bb (diff) | |
download | chawan-2b60e1009f54ef8d09bf66b092a613840e9ec59b.tar.gz |
ua.css: add plaintext
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 71b3273b..01f82788 100644 --- a/res/ua.css +++ b/res/ua.css @@ -185,7 +185,7 @@ h1, h2, h3, h4, h5, h6 { font-weight: bold; } -pre { +pre, plaintext { margin-top: 1em; margin-bottom: 1em; white-space: pre; |