diff options
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/index.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/css/index.css b/www/css/index.css index 3f6e64c..8b59a6b 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -167,6 +167,12 @@ html.no-js #gotit { left: 50%; top: 50%; } +.status { + position: absolute; + top: 10px; + right: 10px; + display: none; +} .choice { background: url("../dump/ui/bg-choice.png") no-repeat top center; height: 35px; |