From 82a95233b5eec850096bae969d5dd70105c65586 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Wed, 5 Oct 2011 23:16:38 -0700 Subject: [PATCH] fixed some validation errors (css/html) --- css/standard.css | 4 ++-- include/welcome.php | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/css/standard.css b/css/standard.css index b6d1446..4870c4c 100644 --- a/css/standard.css +++ b/css/standard.css @@ -655,7 +655,7 @@ ul.loginregister { width: 24em; margin: 0.25em auto; margin-top: 1.0em; - padding: 0.0 em; + padding: 0.0em; padding-top:0.5em; text-align: right; z-index: 1; @@ -679,7 +679,7 @@ ul.loginregister li:hover {background-color: #aaa; } .login fieldset{ width: 24em; margin: 0.0em auto; - margin-bottom: 0.5 em; + margin-bottom: 0.5em; padding: 0.5em 0.5em 1.5em; text-align: center; } diff --git a/include/welcome.php b/include/welcome.php index c7ec358..475d47f 100644 --- a/include/welcome.php +++ b/include/welcome.php @@ -124,7 +124,6 @@ echo "

Play Doppelkopf online.

". ?> - Play Doppelkopf online.

". ?> \n"; + echo "\n"; ?> @@ -140,7 +139,7 @@ echo "

Play Doppelkopf online.

".
IMPORTANT: passwords are going over the net as clear text, so pick an easy password. ". - "No need to pick anything complicated here ;)

"; + "No need to pick anything complicated here ;)

"; echo "

N.B. Your email address will be exposed to other players whom you play games with. "; echo "

"; -- 2.34.1