diff options
author | bptato <nincsnevem662@gmail.com> | 2021-12-17 17:56:43 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2021-12-17 18:07:28 +0100 |
commit | 6a5cc2383c3fc3b23cc9b98d44bcf0e64b811083 (patch) | |
tree | 224e23e53a2c0d676bfcddb925d78f958e659dd1 | |
parent | d7641eeb0fe36f7ed9a347b6544e78ce2ba0140e (diff) | |
download | chawan-6a5cc2383c3fc3b23cc9b98d44bcf0e64b811083.tar.gz |
List CSS stuff
-rw-r--r-- | res/ua.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/res/ua.css b/res/ua.css index 573c73a2..467b8739 100644 --- a/res/ua.css +++ b/res/ua.css @@ -12,7 +12,15 @@ textarea, tt, var, font, iframe, u, s, strike, frame, input, img { } ol, ul, menu, dir { - margin-left: 3ch; + margin-left: 4ch; + margin-top: 1em; + margin-bottom: 1em; +} + +:is(ol, ul, menu, dir) :is(ol, ul, menu, dir) { + margin-left: 2ch; + margin-top: unset; + margin-bottom: unset; } table { @@ -133,7 +141,7 @@ dl { } :is(ul, ol, dir, menu, dl) dl { - margin-bottom: 0em; + margin-bottom: unset; } dt { |