From 42a2066b64943de2777d6189c706dd528fc8305b Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 2 Sep 2023 14:07:21 +0100 Subject: [PATCH] Switch from square HTML unordered list bullets to standardised list bullets --- inf.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/inf.css b/inf.css index 0fc8fd0..c28927b 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause */ -/* Version: 10.3.0.43 */ +/* Version: 10.3.0.44 */ /* Body */ @@ -159,10 +159,6 @@ h6 a, h6 a:visited { /* Lists */ -ul { - list-style: none; -} - li { font-family: Roboto, sans-serif; font-size: 17px; @@ -170,7 +166,6 @@ li { } ul li::before { - content: "\25AA"; margin-left: -1em; display: inline-block; width: 1em;