summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfr33domlover <fr33domlover@riseup.net>2019-12-28 17:16:54 +0000
committerGogs <gogitservice@gmail.com>2019-12-28 17:16:54 +0000
commitfffb99354eda7b036c8b2255a92b697738fa57e0 (patch)
tree4d3d7b07df27429f02d21a6dd65e60ddb80700e0
parent223b6e18589a2565fc5a4a81aab3f8012ca17ee0 (diff)
parentc2d095fccfe48f03fbf7d53b0b2272f0f76c9f7a (diff)
Merge branch 'master' of iko/forgefed into master
-rw-r--r--html/theme.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/html/theme.css b/html/theme.css
index 0247b72..cf0da47 100644
--- a/html/theme.css
+++ b/html/theme.css
@@ -196,11 +196,14 @@ code {
.main p { margin: 1.5rem 0; }
- .main ul { list-style: none; }
- .main ul li:before {
- content: "•";
- padding: 0 0.5rem 0 0;
+ .main ol { margin: 0 0 0 2rem; }
+ .main ol li { margin: 1rem 0; }
+
+ .main ul {
+ list-style: disc outside;
+ margin: 0 0 0 2rem;
}
+ .main ul li { margin: 1rem 0; }
.main ul li p { margin: 0; }
.main ul li ul li { margin: 0 0 0 2.6rem; }