diff --git a/mpicms/static/css/custom.css b/mpicms/static/css/custom.css index 323b80b..7096f66 100644 --- a/mpicms/static/css/custom.css +++ b/mpicms/static/css/custom.css @@ -740,3 +740,7 @@ a.tag:hover { div.codehilite:not(:last-child) { margin-bottom: 1em; } + +.wt-form ul { + list-style: none +} diff --git a/mpicms/templates/base/form_page.html b/mpicms/templates/base/form_page.html index 57a5e42..76d61e6 100644 --- a/mpicms/templates/base/form_page.html +++ b/mpicms/templates/base/form_page.html @@ -11,7 +11,7 @@