1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-13 16:40:48 +00:00

fixed position of ads

This commit is contained in:
2015-10-20 13:42:30 -04:00
parent 8dcffd6f31
commit d394918905

View File

@@ -28,7 +28,7 @@
<div class="col-md-10"> <div class="col-md-10">
<div id="view"><%= yield %></div> <div id="view"><%= yield %></div>
</div> </div>
<div class="col-md-2" style="padding-top: 10%;"> <div class="col-md-2" style="padding-top: 2%;">
<%= render 'layouts/rsidebar' %> <%= render 'layouts/rsidebar' %>
</div> </div>
</div> </div>