css: clean up various unnecessary css.

This commit is contained in:
evazion
2019-09-25 18:32:49 -05:00
parent bc34fb16a4
commit 8d1874d309
11 changed files with 7 additions and 45 deletions

View File

@@ -14,7 +14,7 @@
<% end %>
<% if artist.domains.any? %>
<li><strong>Domains</strong></li>
<ul>
<ul class="list-bulleted">
<% artist.domains.each do |url, count| %>
<li><%= url %>: <%= count %></li>
<% end %>