diff options
| author | Mark Otto <[email protected]> | 2013-05-09 17:29:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-09 17:29:07 -0700 |
| commit | dbbd48f7bcc476d7e7f4780d6b342f1bce581ff0 (patch) | |
| tree | 9ef2ccabf33d4a772fc50324d98f002a297801d9 /less | |
| parent | 90e4ff73d25e426cf19bb84392510f78e2cd2fd8 (diff) | |
| download | bootstrap-dbbd48f7bcc476d7e7f4780d6b342f1bce581ff0.tar.xz bootstrap-dbbd48f7bcc476d7e7f4780d6b342f1bce581ff0.zip | |
remove duplicate text scaling
Diffstat (limited to 'less')
| -rw-r--r-- | less/scaffolding.less | 8 |
1 files changed, 0 insertions, 8 deletions
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; |
