css: clean up <ul> css.

* Remove `list-style-type: none` rules (this is the default).
* Add `list-bulleted` and `list-inline` utility classes.
* Wrap terms of service and user deletion pages in dtext `.prose` class
  so we don't have to redefine basic list styles on these pages.
This commit is contained in:
evazion
2019-09-23 19:06:34 -05:00
parent f4512576a4
commit 77d2260576
15 changed files with 19 additions and 70 deletions

View File

@@ -13,10 +13,6 @@ div#page {
font-size: $h3_size;
}
ul {
list-style-type: none;
}
#options-box i.fa-bookmark {
margin-right: 0.25em;
}