summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-04-10 15:26:58 +0000
committerarun <arun>2007-04-10 15:26:58 +0000
commit97dc3b828845ca92c4eab2b0df38afdbc167b423 (patch)
treef0b043623346c1b0a0e256cd871fc8b20c3abbd5 /css
parent4b94fd36ed89060493ac80d89db3c1e304b13623 (diff)
downloade-DoKo-97dc3b828845ca92c4eab2b0df38afdbc167b423.tar.gz
e-DoKo-97dc3b828845ca92c4eab2b0df38afdbc167b423.tar.bz2
e-DoKo-97dc3b828845ca92c4eab2b0df38afdbc167b423.zip
added email to first player at the beginning of the game; fixed small layout issue
Diffstat (limited to 'css')
-rw-r--r--css/standard.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/css/standard.css b/css/standard.css
index 704610c..c1ec28b 100644
--- a/css/standard.css
+++ b/css/standard.css
@@ -252,4 +252,18 @@ ul.tricks li div div.card3 span{
border:2px solid gray;
padding-top:0.5em;
clear:left;
+}
+
+.over {
+ text-align:center;
+ margin-bottom:0.1em;
+}
+
+.submitbutton {
+ border:0;
+ background-color: #efe;
+ }
+
+.submitbutton:hover {
+background-color:#afa;
} \ No newline at end of file