Browse Source

Remove `-ms-text-size-adjust`

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

1
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

Loading…
Cancel
Save