mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-19 14:00:27 +00:00
Put win type on bracket and made bracket text smaller
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<style>
|
||||
table.smallText tr td { font-size: 10px; }
|
||||
/*
|
||||
* Bracket Layout Specifics
|
||||
*/
|
||||
@@ -9,9 +10,10 @@ main {
|
||||
.round {
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
width: 200px;
|
||||
width: 145px;
|
||||
list-style:none;
|
||||
padding:0;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.game + li {
|
||||
@@ -56,7 +58,7 @@ li:first-child,li:last-child {
|
||||
}
|
||||
</style>
|
||||
<% cache ["#{@weight.id}_bracket", @weight] do %>
|
||||
<table class='pagebreak'>
|
||||
<table class='smallText'>
|
||||
<h5><strong><%= @tournament.name %> - <%= @weight.max %> lbs Bracket</strong></h5>
|
||||
<tr>
|
||||
<td valign="top" style="padding: 10px;">
|
||||
|
||||
Reference in New Issue
Block a user