summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2013-03-04 18:03:56 -0500
committerJules Laplace <jules@okfoc.us>2013-03-04 18:03:56 -0500
commitd7d98db072fee588a095224c5210def75213dec5 (patch)
tree5583382da5f6b6edebcbe77a26fa8f79f2522a7d /public
parent3c88fe5742f6e017a7e32a348f69b582a6709927 (diff)
slight delay on join/part so we don't clobber game state
Diffstat (limited to 'public')
-rw-r--r--public/css/drawdrawdraw.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/public/css/drawdrawdraw.css b/public/css/drawdrawdraw.css
index 6d2ed12..0a33b61 100644
--- a/public/css/drawdrawdraw.css
+++ b/public/css/drawdrawdraw.css
@@ -55,4 +55,19 @@ body {
}
#image {
display: none;
-} \ No newline at end of file
+}
+
+#voting {
+ position: absolute;
+ left: 400px;
+ top: 50px;
+}
+#voting li {
+ list-style-type: none;
+}
+
+#winning {
+ position: absolute;
+ left: 400px;
+ top: 50px;
+}