Switch from square HTML unordered list bullets to standardised list bullets
This commit is contained in:
parent
c918ab22ec
commit
42a2066b64
7
inf.css
7
inf.css
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user