1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

Merge branch 'master' into docs_derp

This commit is contained in:
Mark Otto
2014-01-05 17:49:40 -08:00
11 changed files with 304 additions and 284 deletions

View File

@@ -24,7 +24,7 @@
'@-ms-viewport{width:auto!important}'
)
);
document.getElementsByTagName('head')[0].
document.querySelector('head').
appendChild(msViewportStyle);
}