Fix text-size-adjust so it doesn't prevent manual zooming in WebKit or iOS

This commit is contained in:
Nicolas Gallagher 2011-05-06 06:19:47 -07:00
parent d23156d4e4
commit be21f763ee

View File

@ -3,6 +3,11 @@
* Normalized and personalized sizing and spacing
*/
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body,
button
input,
@ -11,13 +16,6 @@ textarea {
font: 12px/1.5 sans-serif;
}
@media screen and (max-device-width: 480px) {
html {
-ms-text-size-adjust: none;
-webkit-text-size-adjust: none;
}
}
/*
* Sectioning content
*/