From a3b0bebc5947f0edc5b288355fb97288062005ad Mon Sep 17 00:00:00 2001
From: Ali Asaria <ali@AliMacbookPro.local>
Date: Sat, 24 Sep 2011 15:55:38 -0400
Subject: [PATCH] disable text selection anywhere in the page to improve
 draggability of things without strange select boxes appearing

---
 client/css/style.css | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/client/css/style.css b/client/css/style.css
index e06951a..bc19ed0 100644
--- a/client/css/style.css
+++ b/client/css/style.css
@@ -12,6 +12,15 @@ body {
 	
 	xheight: 1400px;
 	xwidth: 2000px;
+	
+	
+	
+	user-select: none;
+	-o-user-select:none;
+	-moz-user-select: none;
+	-khtml-user-select: none;
+	-webkit-user-select: none;
+	
 }
 
 #board {