diff options
author | Arun Persaud <arun@nubati.net> | 2008-06-09 00:13:31 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-07-08 23:04:29 -0700 |
commit | 53314b8335e7565cf63941ba074cafba37d913e2 (patch) | |
tree | ce21c5dfa12da92b6ef304ff83c4aeef1996f72c /include/stats.php | |
parent | 0329ae5dc48fee11545d6a4b37ba8522979e42d4 (diff) | |
download | e-DoKo-53314b8335e7565cf63941ba074cafba37d913e2.tar.gz e-DoKo-53314b8335e7565cf63941ba074cafba37d913e2.tar.bz2 e-DoKo-53314b8335e7565cf63941ba074cafba37d913e2.zip |
LAYOUT: nice and shiny
hopefully some improvements ;)
Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'include/stats.php')
-rw-r--r-- | include/stats.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/stats.php b/include/stats.php index 97e1979..d49d57a 100644 --- a/include/stats.php +++ b/include/stats.php @@ -227,6 +227,9 @@ if( !$content = getCache("cache/stats.html",60*60*24) ) how often is the last trick a non-trump trick */ + /* needs this so that all tables are within the div and don't float around */ + echo "<p style=\"clear:both;\"> </p>\n"; + echo "</div>\n"; /* end output */ /* write file to cache */ |