From 6156b46b74a6a4ddbfb037d696d2a8ad2f333381 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 8 Feb 2013 13:37:46 +0000 Subject: [PATCH] Updates Styles/Customs.css add code to support Windows 8 touch features --- styles/custom.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/styles/custom.css b/styles/custom.css index 3374a18c..03f46a7f 100644 --- a/styles/custom.css +++ b/styles/custom.css @@ -22,4 +22,6 @@ a { color: #4B58A6; } .filter-green { background-color: #00E13C; } .filter-blue { background-color: #5781FC; } .filter-purple { background-color: #7C54FB; } -.filter-red { background-color: #FB6353; } \ No newline at end of file +.filter-red { background-color: #FB6353; } + +canvas {-ms-touch-action: double-tap-zoom;}