Add unordered list formatting.
This commit is contained in:
parent
38e9b21c7b
commit
7a09ddbf2b
15
inf.css
15
inf.css
@ -3,7 +3,7 @@
|
|||||||
/* Copyright 2022-2023 Jake Winters */
|
/* Copyright 2022-2023 Jake Winters */
|
||||||
/* SPDX-License-Identifier: BSD-3-Clause-Clear */
|
/* SPDX-License-Identifier: BSD-3-Clause-Clear */
|
||||||
|
|
||||||
/* Version: 4.0.0.13 */
|
/* Version: 5.0.0.14 */
|
||||||
|
|
||||||
|
|
||||||
h1, .h1 {
|
h1, .h1 {
|
||||||
@ -76,6 +76,19 @@ a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul li::before {
|
||||||
|
content: "\2022";
|
||||||
|
margin-left: -1em;
|
||||||
|
display: inline-block;
|
||||||
|
width: 1em;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
table, th, td {
|
table, th, td {
|
||||||
border: 2px solid;
|
border: 2px solid;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user