iOS text resizing

This commit is contained in:
Jonathan 2011-05-03 14:49:29 -07:00
parent 2fddc3c573
commit 86fc462da1

View File

@ -11,6 +11,13 @@ 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
*/