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:
parent
f433fb3d4e
commit
52cd62bf13
10 changed files with 27 additions and 32 deletions
|
@ -30,7 +30,7 @@
|
|||
<% end %>
|
||||
</div>
|
||||
|
||||
<div id="contributorTerms" class="legale">
|
||||
<div id="contributorTerms" class="legale border border-grey rounded">
|
||||
<%= render :partial => "terms" %>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue