From 41d32732f4b04972558d0187faf77be8ffde0e97 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 8 Sep 2024 10:21:41 -0400 Subject: [PATCH] basewiki: bootstap.local.css: footer ul without bullet points and padding --- basewiki/bootstrap.local.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/basewiki/bootstrap.local.css b/basewiki/bootstrap.local.css index 9ec2b58..88c8438 100644 --- a/basewiki/bootstrap.local.css +++ b/basewiki/bootstrap.local.css @@ -124,6 +124,13 @@ code { /* list-style-type: none; */ } +.footer ul { + margin: inherit; + padding: 0; + height: inherit; + list-style-type: none; +} + /* limit main content to ~90 chars per line */ /* update: practical typography recommends 2-3 alphabets */ #content {