aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Welton <[email protected]>2014-06-05 12:07:40 +0100
committerThomas Welton <[email protected]>2014-06-05 12:07:40 +0100
commitea99e3c91b0470a14a8c00c767f6dc627a2d274f (patch)
treee2de4e35b966db6b3b345bbb5deb1b94ab03c013
parentf9495eab12558534f99458a9123d2bdd483c844c (diff)
downloadbootstrap-ea99e3c91b0470a14a8c00c767f6dc627a2d274f.tar.xz
bootstrap-ea99e3c91b0470a14a8c00c767f6dc627a2d274f.zip
Use px for font-size fixes #13737
-rw-r--r--less/scaffolding.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less
index c658d7bf5..c1e270fb7 100644
--- a/less/scaffolding.less
+++ b/less/scaffolding.less
@@ -20,7 +20,7 @@
// Body reset
html {
- font-size: 62.5%;
+ font-size: 10px;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}