From: Christopher Allan Webber Date: Sat, 28 Jan 2017 18:19:56 +0000 (-0600) Subject: adjust bullets X-Git-Tag: fosdem-2017~66 X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=commitdiff_plain;h=8561a7ac3f146fc19b62153ba94a90a80d61d5d2 adjust bullets --- diff --git a/data/web-static/css/main.css b/data/web-static/css/main.css index 2351c52..7ef34dd 100644 --- a/data/web-static/css/main.css +++ b/data/web-static/css/main.css @@ -39,7 +39,7 @@ ul { } ul li:before { - content: "*"; + content: "\2022"; margin-right: 1ch; margin-left: 1ch; font-weight: bold;