1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-10 15:50:50 +00:00

Removed sidebars, added tournament navbar, and removed chitika ads

This commit is contained in:
2019-01-23 16:05:34 +00:00
parent 19f10ec80b
commit 0be27f05fd
20 changed files with 81 additions and 170 deletions

View File

@@ -6,11 +6,11 @@
border: none;
margin: 0px;
padding: 0px;
width: 7in; /* width: 7in; */
width: 8in; /* width: 7in; */
height: 9.5in; /* or height: 9.5in; */
font-size: 10px;
font-size: 8px;
position: relative;
left: 1in;
left: 0in;
height: 1in;
}
/*
@@ -70,7 +70,7 @@ li:first-child,li:last-child {
<table class='pagebreak'>
<h5><strong><%= @tournament.name %> - <%= w.max %> lbs Bracket</strong></h5>
<tr>
<td valign="top" style="padding: 10px;">
<td valign="top" style="padding: 0px;">
<% @weight = w %>
<% @matches = @tournament.matches.select{|m| m.weight_id == @weight.id} %>
<% @wrestlers = Wrestler.where(weight_id: @weight.id) %>