From 8a646b79cca41a1cb0ded19af17cd69ff57de1f9 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 5 Mar 2013 16:39:59 -0800 Subject: [PATCH] Remove duplicate styles --- css/app.css | 9 --------- css/map.css | 3 --- 2 files changed, 12 deletions(-) diff --git a/css/app.css b/css/app.css index 8ec4f0e08..552ba486e 100644 --- a/css/app.css +++ b/css/app.css @@ -1167,15 +1167,6 @@ div.combobox { background:#000; } -img.tile { - position:absolute; - transform-origin:0 0; - -ms-transform-origin:0 0; - -webkit-transform-origin:0 0; - -moz-transform-origin:0 0; - -o-transform-origin:0 0; -} - #surface, #tile-g { position:absolute; top:0; diff --git a/css/map.css b/css/map.css index ec030ffdf..660987695 100644 --- a/css/map.css +++ b/css/map.css @@ -6,9 +6,6 @@ img.tile { -webkit-transform-origin:0 0; -moz-transform-origin:0 0; -o-transform-origin:0 0; - -webkit-user-select: none; - -webkit-user-drag: none; - -moz-user-drag: none; opacity: 0;