|
|
@@ -12,7 +12,7 @@
|
|
|
</head>
|
|
|
<body>
|
|
|
<div class="container">
|
|
|
- <h6>Racing Australia</h6>
|
|
|
+ <h2>Racing Australia</h2>
|
|
|
<?php
|
|
|
require_once 'dbconfig.php';
|
|
|
$dsn = "pgsql:host=$host;port=5432;dbname=$db;user=$username;password=$password";
|
|
|
@@ -48,7 +48,7 @@
|
|
|
ORDER BY race_date, venue, race;", $conn->quote($date->format('Y-m-d')));
|
|
|
$stmt2 = $conn->query( $query );
|
|
|
?>
|
|
|
- <h1>Races featured on Torn</h1>
|
|
|
+ <h4>Races featured on Torn</h4>
|
|
|
<table class="table table-striped table-bordered">
|
|
|
<caption>Races featured on Torn</caption>
|
|
|
<thead>
|
|
|
@@ -112,7 +112,7 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
-->
|
|
|
- <h6>Scratchings</h6>
|
|
|
+ <h4>Scratchings</h4>
|
|
|
<table class="table table-striped table-bordered">
|
|
|
<?php
|
|
|
$table_head = <<<TABLEHEAD
|