diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2013-11-14 21:16:26 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2013-11-14 21:16:26 +0000 |
| commit | e4e405d6a6b48dd90d38255834d745f66acdc877 (patch) | |
| tree | 9e922fe8f855eaa2eed7ab8f234976d590a9a4fd /dockets.php | |
| parent | f53e527e524be10cfc279abf8b94766ca9de5020 (diff) | |
Use x-small text only in the results tables, not on the body of any page.
Diffstat (limited to 'dockets.php')
| -rw-r--r-- | dockets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dockets.php b/dockets.php index f8416c2..6805a3a 100644 --- a/dockets.php +++ b/dockets.php @@ -15,7 +15,7 @@ HTML; $dbh = new PDO('mysql:host=localhost;dbname=mdcc', 'mdcc', 'Mdcc.'); echo <<<HTML -<table> +<table class="results_table"> <tr class="tablehead"> <th>ID</th> <th>Seq. No.</th> |
