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,4 +1,4 @@
|
||||
<ul class="post-flag-reasons">
|
||||
<ul class="post-flag-reasons list-bulleted">
|
||||
<% flags.each do |flag| %>
|
||||
<li class="post-flag-reason">
|
||||
<span class="prose"><%= format_text(flag.reason, inline: true) %></span>
|
||||
|
||||
Reference in New Issue
Block a user