about summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-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 {