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:
@@ -1,7 +1,6 @@
|
||||
ul.backtrace {
|
||||
font-family: monospace;
|
||||
font-size: 1.2em;
|
||||
list-style-type: none;
|
||||
background: var(--dtext-code-background);
|
||||
padding: 1em;
|
||||
margin-bottom: 1em;
|
||||
|
||||
Reference in New Issue
Block a user