From b04e5633fd3ab5fbf9842bfb3f3dce36924e8f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Mon, 26 Aug 2013 14:37:52 +0200 Subject: [PATCH] Remove `-ms-text-size-adjust` --- lib/css/base.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/css/base.css b/lib/css/base.css index 2c1e508..b558e8a 100644 --- a/lib/css/base.css +++ b/lib/css/base.css @@ -86,7 +86,6 @@ video { /* Prevents iOS text size adjust after orientation change, without disabling (Thanks to @necolas) */ html { -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; } /* Base styles @@ -150,4 +149,4 @@ a { } .bar-header-secondary ~ .content { padding-top: 88px; -} \ No newline at end of file +}