1
0

css: fix unwanted line break in loose lists

This commit is contained in:
Simon Michael
2025-12-22 15:00:30 -10:00
parent cacf286301
commit 11a7d5ed2e

View File

@@ -30,6 +30,10 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
margin:0;
}
ul {
list-style-position: outside;
}
li {
margin-bottom:0;
}