diff options
| author | Jules Laplace <jules@okfoc.us> | 2013-03-05 03:24:00 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2013-03-05 03:24:00 -0500 |
| commit | a45ae4e59de9d8d2934c233eb3decc300d9078bd (patch) | |
| tree | f2e9f521b8331bbaa37861e6cb9acbae326e5274 /public/css/drawdrawdraw.css | |
| parent | dba03a90555d9f8516551ddf2e1758c37ca60c25 (diff) | |
the word is ....
Diffstat (limited to 'public/css/drawdrawdraw.css')
| -rw-r--r-- | public/css/drawdrawdraw.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/css/drawdrawdraw.css b/public/css/drawdrawdraw.css index 0a33b61..ddb9061 100644 --- a/public/css/drawdrawdraw.css +++ b/public/css/drawdrawdraw.css @@ -47,6 +47,7 @@ body { } #drawing { + display: none; position: absolute; left: 400px; top: 50px; @@ -58,6 +59,7 @@ body { } #voting { + display: none; position: absolute; left: 400px; top: 50px; @@ -67,7 +69,11 @@ body { } #winning { + display: none; position: absolute; left: 400px; top: 50px; } +#winning li { + list-style-type: none; +} |
