Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-05-10 04:29:07 +0400
committerMark Otto <otto@github.com>2013-05-10 04:29:07 +0400
commitdbbd48f7bcc476d7e7f4780d6b342f1bce581ff0 (patch)
tree9ef2ccabf33d4a772fc50324d98f002a297801d9 /less
parent90e4ff73d25e426cf19bb84392510f78e2cd2fd8 (diff)
remove duplicate text scaling
Diffstat (limited to 'less')
-rw-r--r--less/scaffolding.less8
1 files changed, 0 insertions, 8 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less
index 6781a95822..8c6a5af6c2 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;