2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Merge pull request #13738 from thomaswelton/issue-13737-fix-ie11-rem-sizing

Use px for font-size fixes #13737
This commit is contained in:
Mark Otto
2014-06-08 16:38:17 -07:00
+1 -1
View File
@@ -20,7 +20,7 @@
// Body reset
html {
font-size: 62.5%;
font-size: 10px;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}