clear float under l/r buttons

This commit is contained in:
jomo
2014-04-29 22:08:11 +02:00
parent 46169db4ac
commit 41382c3d0d
6 changed files with 12 additions and 6 deletions

View File

@@ -28,4 +28,5 @@
<%= f.text_area :content, placeholder: "Text" %>
<p><%= f.submit "Update thread", class: "btn blue left" %></p>
<% end %>
<%= button_to "Delete thread", @thread, :method => "delete", data: {confirm: "Delete thread & comments forever?"}, class: "btn red right" %>
<%= button_to "Delete thread", @thread, :method => "delete", data: {confirm: "Delete thread & comments forever?"}, class: "btn red right" %>
<div class="clear"></div>