2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Add CSS portion of IE10 viewport bug workaround to docs

Refs #17337
This commit is contained in:
Chris Rebert
2015-09-30 12:35:57 -07:00
parent 79cdd66bbb
commit 05b1c625be
3 changed files with 17 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@
{% if site.github %}
<link href="../assets/css/docs.min.css" rel="stylesheet">
{% else %}
<link href="../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<link href="../assets/css/src/pygments-manni.css" rel="stylesheet">
<link href="../assets/css/src/docs.css" rel="stylesheet">
{% endif %}