diff options
author | Arun Persaud <arun@nubati.net> | 2013-01-12 16:34:54 -0800 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2013-01-12 16:36:50 -0800 |
commit | 26a1a08671ff4898ff9214a611e25cde375f5fb1 (patch) | |
tree | b46954024e6c835c734494134431db978812d5f8 /include/welcome.php | |
parent | 8ac53bcdb583b549310723d73cd72d749f9cdd7e (diff) | |
download | e-DoKo-26a1a08671ff4898ff9214a611e25cde375f5fb1.tar.gz e-DoKo-26a1a08671ff4898ff9214a611e25cde375f5fb1.tar.bz2 e-DoKo-26a1a08671ff4898ff9214a611e25cde375f5fb1.zip |
LAYOUT: some small CSS adjustments
Diffstat (limited to 'include/welcome.php')
-rw-r--r-- | include/welcome.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/welcome.php b/include/welcome.php index 76d99d3..b9a1cbb 100644 --- a/include/welcome.php +++ b/include/welcome.php @@ -142,6 +142,7 @@ echo "\n\n<div class=\"login\">\n"; <?php echo "<hr />"; +echo "<div class=\"welcomestats\">\n"; echo "<h4>Some statistics:</h4>\n"; if($pre == 0) @@ -169,5 +170,5 @@ if($done==0) else echo "$done games have been completed on this server. Average time of a game: $avgage days</p>\n"; ?> - +</div> </div> |