summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-02-07 17:48:24 +0000
committerarun <arun>2007-02-07 17:48:24 +0000
commit9fd03423a0e5e26397250e8924d2be0e01e2ceaf (patch)
treeb4275c469a7c7966b0cd7048b1135148d73f8239 /css
parent7ecd66ab61eb1f0e8d32e75570b4809b57ae79d5 (diff)
downloade-DoKo-9fd03423a0e5e26397250e8924d2be0e01e2ceaf.tar.gz
e-DoKo-9fd03423a0e5e26397250e8924d2be0e01e2ceaf.tar.bz2
e-DoKo-9fd03423a0e5e26397250e8924d2be0e01e2ceaf.zip
fixed: bug in routine to figure out the next player
added rulesets (change in database): at the beginning of a game differnt rules can be chosen
Diffstat (limited to 'css')
-rw-r--r--css/standard.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/standard.css b/css/standard.css
index 0edabfb..664b17c 100644
--- a/css/standard.css
+++ b/css/standard.css
@@ -238,6 +238,12 @@ ul.tricks li div div.card3 span{
border-top:0;
}
+.ruleset {
+ float:right;
+ border:2px solid gray;
+ border-top:0;
+}
+
.time {
float:left;
border:2px solid gray;