diff options
author | mjfernez <mjf@mjfer.net> | 2023-10-23 00:38:30 -0400 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2023-10-23 00:38:30 -0400 |
commit | 81bb7aab1d9b9837767a4d4b995f17f173041635 (patch) | |
tree | c846170404b718058ee3cb255931946d4b7286a8 | |
parent | 57af5283ec7cc34ec44ae2505fac99e62a4329f9 (diff) | |
download | ezcms-81bb7aab1d9b9837767a4d4b995f17f173041635.tar.gz |
Style fix for bullets
-rw-r--r-- | static/main.css | 2 | ||||
m--------- | templates/site | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/static/main.css b/static/main.css index 1c95fbe..d37e38e 100644 --- a/static/main.css +++ b/static/main.css @@ -46,7 +46,7 @@ small { font-size: 75%; } ul { - list-style-type: none; + display: inline-block; } code { display: inline-block; diff --git a/templates/site b/templates/site -Subproject 002118777ddf2f81d2894d81bc7fadc64dbbc36 +Subproject 3fb681e48ae75f0e7b00075a2caf61e66582a97 |