Browse Source

Merge pull request #210 from ZDroid/patch-1

Remove `-ms-text-size-adjust`
pull/214/head
Connor Sears 11 years ago
parent
commit
0f804b1bd6
  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) */
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;
}
}

Loading…
Cancel
Save