diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index e58669c..91d6de4 100644 --- a/www/index.html +++ b/www/index.html @@ -20,12 +20,13 @@ #container { width: 800px; height: 600px; + position: absolute; top: 50%; margin-top: -300px; left: 50%; margin-left: -400px; - position: absolute; overflow: hidden; + cursor: url("dump/ui/mousecursor.png"), default; } @keyframes toright { from { |