diff options
author | Mario <mario@mariovavti.com> | 2024-03-20 13:36:55 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-20 13:36:55 +0000 |
commit | 9d9c102da82208ae03c0380a08288dd9ff26684a (patch) | |
tree | ad81d68aad0cc4a25bedb40f52bcf82fa5ac7290 /view/css | |
parent | cfde1be097870d110df23e8ffc1ef6f0677e6360 (diff) | |
download | volse-hubzilla-9d9c102da82208ae03c0380a08288dd9ff26684a.tar.gz volse-hubzilla-9d9c102da82208ae03c0380a08288dd9ff26684a.tar.bz2 volse-hubzilla-9d9c102da82208ae03c0380a08288dd9ff26684a.zip |
no extra margin under lists
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 4 |
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; +} |