diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 53777491a..8bf8530e1 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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; diff --git a/less/scaffolding.less b/less/scaffolding.less index 6781a9582..8c6a5af6c 100644 --- a/less/scaffolding.less +++ b/less/scaffolding.less @@ -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;