diff options
author | bptato <nincsnevem662@gmail.com> | 2022-12-11 21:24:01 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-12-11 21:47:20 +0100 |
commit | 339a167f6bf8f4bd8c22c1bdfad645aad0732371 (patch) | |
tree | 014e7a5ff87ef34fd9869fdbd579d1edb91a0367 /res | |
parent | fca4ef9b8fabebb3a9173293908ee9b56acc9cc5 (diff) | |
download | chawan-339a167f6bf8f4bd8c22c1bdfad645aad0732371.tar.gz |
Add border-collapse, border-spacing; fix fd sending hack
Note that they don't actually work correctly because of rounding errors. The fd sending hack now emits C directly. Let's hope this actually works.
Diffstat (limited to 'res')
-rw-r--r-- | res/ua.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/ua.css b/res/ua.css index 645b5587..cf9e94bc 100644 --- a/res/ua.css +++ b/res/ua.css @@ -32,6 +32,9 @@ blockquote { table { display: table; + border-spacing: 0.5ch 0; + padding-left: 0.5ch; + padding-right: 0.5ch; } tbody { |