From 53b897986121d91a19fdc0088f1ed351fac53ecc Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 2 Mar 2013 16:59:09 +0000 Subject: [PATCH] Syntax only, removing spaces for tabs --- lib/help.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/help.css b/lib/help.css index 5d953f2..e30e075 100644 --- a/lib/help.css +++ b/lib/help.css @@ -17,10 +17,10 @@ table, caption, tbody, tfoot, thead, tr, th, td { } body {overflow: hidden; - -webkit-user-select: none; - -moz-user-select: none; - -o-user-select:none; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -o-user-select:none; + user-select: none; } h1 {font-size: 36px; font-weight: normal; color: #888; margin-bottom: 20px}