diff --git a/static/regular.css b/static/regular.css index 325c438..953a9cc 100644 --- a/static/regular.css +++ b/static/regular.css @@ -105,4 +105,13 @@ a { a:hover { text-decoration: underline; +} + +ul { + list-style: none; + padding-left: 15px; +} + +ul li:before { + content: "- "; } \ No newline at end of file