Browse Source

Remove `-ms-text-size-adjust`

pull/210/head
Zlatan Vasović 11 years ago
parent
commit
b04e5633fd
  1. 3
      lib/css/base.css

3
lib/css/base.css

@ -86,7 +86,6 @@ video {
/* Prevents iOS text size adjust after orientation change, without disabling (Thanks to @necolas) */ /* Prevents iOS text size adjust after orientation change, without disabling (Thanks to @necolas) */
html { html {
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
} }
/* Base styles /* Base styles
@ -150,4 +149,4 @@ a {
} }
.bar-header-secondary ~ .content { .bar-header-secondary ~ .content {
padding-top: 88px; padding-top: 88px;
} }

Loading…
Cancel
Save