mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-08 23:34:51 +00:00
Fix page break for all brackets
This commit is contained in:
@@ -1,3 +1,18 @@
|
|||||||
|
<style>
|
||||||
|
.pagebreak {
|
||||||
|
page-break-after: always;
|
||||||
|
border: none;
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
width: 8in; /* width: 7in; */
|
||||||
|
height: 9.5in; /* or height: 9.5in; */
|
||||||
|
font-size: 8px;
|
||||||
|
position: relative;
|
||||||
|
left: 0in;
|
||||||
|
height: 1in;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<% cache ["#{@tournament.id}_all_brackets", @tournament] do %>
|
<% cache ["#{@tournament.id}_all_brackets", @tournament] do %>
|
||||||
<div id="exportable" >
|
<div id="exportable" >
|
||||||
<%= render :file => 'tournaments/team_scores' %>
|
<%= render :file => 'tournaments/team_scores' %>
|
||||||
|
|||||||
Reference in New Issue
Block a user