From 81f028bb73e43bbe9c5252085ebb2f2d55290f7b Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Thu, 20 Jun 2013 11:24:09 -0400 Subject: keep working --- www/index.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'www/index.html') diff --git a/www/index.html b/www/index.html index 5ea2a6f..e58669c 100644 --- a/www/index.html +++ b/www/index.html @@ -35,16 +35,17 @@ left: -190px; } } - #bg,#video { + #bg,#video,#solid { position: absolute; width: 800px; height: 600px; } - #video { - z-index: 2; - } #say { font: 22px/27px Playtime; color: white; width: 750px; height: 90px; position: absolute; top: 493px; left: 28px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; } -- cgit v1.2.3-54-g00ecf