diff options
author | mjfernez <mjf@mjfer.net> | 2023-09-27 21:29:54 -0400 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2023-09-27 21:29:54 -0400 |
commit | 57af5283ec7cc34ec44ae2505fac99e62a4329f9 (patch) | |
tree | c674c6ce7d68ed12bf118bd868d2e75359aea2f0 /static | |
parent | 2957f847c97bf3be5266d63a84f553974d833114 (diff) | |
download | ezcms-57af5283ec7cc34ec44ae2505fac99e62a4329f9.tar.gz |
Removed bullet points
Diffstat (limited to 'static')
-rw-r--r-- | static/main.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css index 82a3645..1c95fbe 100644 --- a/static/main.css +++ b/static/main.css @@ -45,6 +45,9 @@ p { small { font-size: 75%; } +ul { + list-style-type: none; +} code { display: inline-block; font-size: 125%; |