]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove duplicate text scaling
authorMark Otto <otto@github.com>
Fri, 10 May 2013 00:29:07 +0000 (17:29 -0700)
committerMark Otto <otto@github.com>
Fri, 10 May 2013 00:29:07 +0000 (17:29 -0700)
docs/assets/css/bootstrap.css
less/scaffolding.less

index 53777491a34a5ec53b7d13896aafd51ea8b829fc..8bf8530e1c81877d3463b5d25c8ef13c6bfc2363 100644 (file)
@@ -280,13 +280,6 @@ html {
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 
-@media screen and (max-device-width: 480px) {
-  html {
-    -webkit-text-size-adjust: 100%;
-        -ms-text-size-adjust: 100%;
-  }
-}
-
 body {
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 14px;
index 6781a958223d7d281ea26986176383c37972ad82..8c6a5af6c2d5e3e9c7383196a185f7c330d43819 100644 (file)
@@ -21,14 +21,6 @@ html {
   -webkit-tap-highlight-color: rgba(0,0,0,0);
 }
 
-// Disable iOS/WinMobile font size changes
-@media screen and (max-device-width: @screen-phone) {
-  html {
-    -webkit-text-size-adjust: 100%;
-        -ms-text-size-adjust: 100%;
-  }
-}
-
 body {
   font-family: @font-family-base;
   font-size: @font-size-base;