Replace CSS-driven borders with bootstrap borders

This makes future refactoring easier, since the elements will
retain their borders even if the hierarchy changes.

Also round some maps and the legale section since I think those now
look nicer.
This commit is contained in:
Andy Allan 2021-11-17 17:33:14 +00:00
parent f433fb3d4e
commit 52cd62bf13
10 changed files with 27 additions and 32 deletions

View file

@ -30,7 +30,7 @@
<% end %>
</div>
<div id="contributorTerms" class="legale">
<div id="contributorTerms" class="legale border border-grey rounded">
<%= render :partial => "terms" %>
</div>