about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2021-12-17 17:56:43 +0100
committerbptato <nincsnevem662@gmail.com>2021-12-17 18:07:28 +0100
commit6a5cc2383c3fc3b23cc9b98d44bcf0e64b811083 (patch)
tree224e23e53a2c0d676bfcddb925d78f958e659dd1
parentd7641eeb0fe36f7ed9a347b6544e78ce2ba0140e (diff)
downloadchawan-6a5cc2383c3fc3b23cc9b98d44bcf0e64b811083.tar.gz
List CSS stuff
-rw-r--r--res/ua.css12
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 {