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,5 +1,5 @@
|
||||
<div id="c-maintenance-user-deletions">
|
||||
<div id="a-show">
|
||||
<div id="a-show" class="prose">
|
||||
<h1>Delete Account</h1>
|
||||
|
||||
<p>You can delete your account. This will not actually remove your account from the database, but it will do the following things:</p>
|
||||
|
||||
Reference in New Issue
Block a user