From 0d925ccc953eb6536cf69c2637c92d75682b8c27 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Mon, 24 Feb 2014 02:17:43 -0800 Subject: Disable user text selection. --- style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 0a0583b..0e1c4ab 100644 --- a/style.css +++ b/style.css @@ -4,6 +4,9 @@ body { font-family: 'Lato', sans-serif; padding: 0em; margin: 0em; + + -webkit-user-select: none; + user-select: none; } div#container { -- cgit v1.2.3-70-g09d2