diff --git a/code/serveur/php/createGame.php b/code/serveur/php/createGame.php
index d739524..89f626f 100644
--- a/code/serveur/php/createGame.php
+++ b/code/serveur/php/createGame.php
@@ -62,30 +62,30 @@ if($err == false)
if($state == 0) {
echo '
';
echo ' | ';
- echo ' |
';
- echo ' | |
';
+ echo ' | ';
+ echo ' | |
';
}
else {
echo '
diff --git a/code/serveur/php/ressources/simple.css b/code/serveur/php/ressources/simple.css
index 3123b79..a43a3a0 100644
--- a/code/serveur/php/ressources/simple.css
+++ b/code/serveur/php/ressources/simple.css
@@ -71,7 +71,7 @@
padding-right : 5px;
}
-.logintbl #td2, .contactbl #td2, .signuptbl #td2, .creategametbl #td2, .creategametbl25 #td2 {
+.logintbl .td2, .contactbl .td2, .signuptbl .td2, .creategametbl .td2, .creategametbl25 .td2 {
text-align : left;
}