27 lines
651 B
Diff
27 lines
651 B
Diff
|
From e31e0330b9b012b6e09f8eb6bc670e4336d1aedc Mon Sep 17 00:00:00 2001
|
||
|
From: catvayor <catvayor@katvayor.net>
|
||
|
Date: Mon, 16 Dec 2024 12:53:27 +0100
|
||
|
Subject: [PATCH] fix: indentation of <ul>
|
||
|
|
||
|
---
|
||
|
static/css/nucleus.css | 3 ++-
|
||
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/static/css/nucleus.css b/static/css/nucleus.css
|
||
|
index a4674a8..9ada521 100644
|
||
|
--- a/static/css/nucleus.css
|
||
|
+++ b/static/css/nucleus.css
|
||
|
@@ -533,7 +533,8 @@ p {
|
||
|
|
||
|
ul, ol {
|
||
|
margin-top: 1.7rem;
|
||
|
- margin-bottom: 1.7rem; }
|
||
|
+ margin-bottom: 1.7rem;
|
||
|
+ margin-left: 1rem; }
|
||
|
ul ul, ul ol, ol ul, ol ol {
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 0; }
|
||
|
--
|
||
|
2.47.0
|
||
|
|