Switch from square HTML unordered list bullets to standardised list bullets

This commit is contained in:
inference 2023-09-02 14:07:21 +01:00
parent c918ab22ec
commit 42a2066b64
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -3,7 +3,7 @@
/* Copyright 2022 Jake Winters */ /* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */ /* SPDX-License-Identifier: BSD-3-Clause */
/* Version: 10.3.0.43 */ /* Version: 10.3.0.44 */
/* Body */ /* Body */
@ -159,10 +159,6 @@ h6 a, h6 a:visited {
/* Lists */ /* Lists */
ul {
list-style: none;
}
li { li {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 17px; font-size: 17px;
@ -170,7 +166,6 @@ li {
} }
ul li::before { ul li::before {
content: "\25AA";
margin-left: -1em; margin-left: -1em;
display: inline-block; display: inline-block;
width: 1em; width: 1em;