Skip to content

Commit

Permalink
Logos now no longer take over the whole page.
Browse files Browse the repository at this point in the history
  • Loading branch information
MoSadie committed Mar 20, 2017
1 parent e4568e4 commit 6dd0382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function onLoad() {
</head>
<body onload="onLoad()">
<h1 style="text-align:center"><?php echo $teamNumber ?></h1>
<img id="logo" src="picture.png" style="display: block;margin: 0 auto; border: 1px solid white;"/>
<img id="logo" src="picture.png" style="display: block;margin: 0 auto; border: 1px solid white; width: 70%"/>
<h3 style="text-align:center">Quick Facts:</h3>
<table class="center">
<tr><td>Team Number:</td><td><?php echo $teamNumber ?></td></tr>
Expand Down
2 changes: 1 addition & 1 deletion template/noalliance.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function onLoad() {
}</script></head>
<body onload="onLoad()">
<h1 style="text-align:center"><?php echo $teamNumber ?> - "No Alliance" Reports</h1>
<img id="logo" src="picture.png" style="display: block;margin: 0 auto; border: 1px solid white;"/>
<img id="logo" src="picture.png" style="display: block;margin: 0 auto; border: 1px solid white; width: 70%"/>
<h3 style="text-align:center">"No Alliance" Reports</h3>
<table class="sortable" id = "center">
<tr><th class="unsortable">Team Number</th><th>Scouter Name</th><th>Match Number</th><th>Low Goal Visits</th><th>High Goal Visits</th><th>Gears Picked up</th><th>Gears Delivered</th><th>Climb</th><th>Dead On Field</th><th>Fuel impacts driving</th><th>Blocked by defense</th><th class="unsortable">Autonomous Notes</th><th class="unsortable">Teleoperated Notes</th><th class="unsortable">General Notes</th></tr>
Expand Down

0 comments on commit 6dd0382

Please sign in to comment.