From 91e4eb95cf6078d6343c7b5dd07095ec3b61ed55 Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Mon, 17 Oct 2011 19:45:44 -0600 Subject: [PATCH] remove ghost doubles of links on Android browsers --- public/stylesheets/sass/mobile.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/public/stylesheets/sass/mobile.scss b/public/stylesheets/sass/mobile.scss index 4538f6814..021cb384d 100644 --- a/public/stylesheets/sass/mobile.scss +++ b/public/stylesheets/sass/mobile.scss @@ -470,8 +470,9 @@ header { z-index: 10; top: 0; - /* force hardware acceleration on webkit browsers */ - -webkit-transform: translateZ(0); + /* force hardware acceleration on webkit browsers + 10/17/2011 - removed for now, causes ghost doubles of links on some Android browsers */ + /*-webkit-transform: translateZ(0);*/ border: { bottom: 1px solid #222; @@ -481,8 +482,9 @@ header { float: right; } } .stream_element { - /* force hardware acceleration on webkit browsers */ - -webkit-transform: translateZ(0); + /* force hardware acceleration on webkit browsers + 10/17/2011 - removed for now, causes ghost doubles of links on some Android browsers */ + /*-webkit-transform: translateZ(0);*/ } footer {