aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-20 13:36:55 +0000
committerMario <mario@mariovavti.com>2024-03-20 13:36:55 +0000
commit9d9c102da82208ae03c0380a08288dd9ff26684a (patch)
treead81d68aad0cc4a25bedb40f52bcf82fa5ac7290
parentcfde1be097870d110df23e8ffc1ef6f0677e6360 (diff)
downloadvolse-hubzilla-9d9c102da82208ae03c0380a08288dd9ff26684a.tar.gz
volse-hubzilla-9d9c102da82208ae03c0380a08288dd9ff26684a.tar.bz2
volse-hubzilla-9d9c102da82208ae03c0380a08288dd9ff26684a.zip
no extra margin under lists
-rw-r--r--view/css/bootstrap-red.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css
index b5daa4609..ff38da7bc 100644
--- a/view/css/bootstrap-red.css
+++ b/view/css/bootstrap-red.css
@@ -61,3 +61,7 @@ label {
a {
text-decoration: none !important;
}
+
+ol, ul, dl {
+ margin-bottom: 0;
+}