1
0
Fork 0
forked from ilot/ilot-io

basewiki: bootstap.local.css: footer ul without bullet points and padding

This commit is contained in:
Antoine Martin 2024-09-08 10:21:41 -04:00
parent fecf00a6a5
commit 41d32732f4
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -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 {