changeset 12:7f3585a8c8a3

made text unselectable on iphone, grr.
author Atul Varma <avarma@mozilla.com>
date Sun, 02 May 2010 19:36:12 -0700
parents 838be764306f
children e34413f21290
files index.html
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Sun May 02 19:26:42 2010 -0700
+++ b/index.html	Sun May 02 19:36:12 2010 -0700
@@ -2,6 +2,7 @@
 <head>
 <style type="text/css">
 body {
+  -webkit-user-select: none;
   font-family: Palatino;
   margin: 0;
 }