Applies new css changes (stats.css).

This commit is contained in:
Jonathan Rosenbaum
2016-01-27 23:11:11 +00:00
parent 78ef360e1b
commit a8ffd9fdf1
2 changed files with 7 additions and 8 deletions
+6 -6
View File
@@ -99,7 +99,7 @@ $total_sql = mysql_query($query, $YBDB) or die(mysql_error());
<?php include("../include_header_stats.html"); ?>
<table class="shop_log">
<table class="stats">
<tr valign="top">
</tr>
<tr>
@@ -128,7 +128,7 @@ $total_sql = mysql_query($query, $YBDB) or die(mysql_error());
</tr>
</table>
<table class="shop_log">
<table class="stats">
<tr valign="top">
</tr>
<tr>
@@ -155,7 +155,7 @@ $total_sql = mysql_query($query, $YBDB) or die(mysql_error());
</tr>
</table>
<br \><br \>
<table class="shop_log">
<table class="stats">
<tr valign="top">
</tr>
<tr>
@@ -184,7 +184,7 @@ $total_sql = mysql_query($query, $YBDB) or die(mysql_error());
</tr>
</table>
<table class="shop_log">
<table class="stats">
<tr valign="top">
</tr>
<tr>
@@ -213,7 +213,7 @@ $total_sql = mysql_query($query, $YBDB) or die(mysql_error());
<br \><br \>
<table class="shop_log">
<table class="stats">
<tr valign="top">
</tr>
<tr>
@@ -247,7 +247,7 @@ $total_sql = mysql_query($query, $YBDB) or die(mysql_error());
<br \>
<form method="post" name="range_query">
<input id="submit_contact" type="submit" value="Submit" tabindex="14">
<input id="status_totals" type="submit" value="Submit" tabindex="14">
</form>
<?php include("../include_footer.html"); ?>