mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
@@ -244,6 +244,7 @@ module.exports = function (grunt) {
|
|||||||
},
|
},
|
||||||
docs: {
|
docs: {
|
||||||
src: [
|
src: [
|
||||||
|
'docs/assets/css/ie10-viewport-bug-workaround.css',
|
||||||
'docs/assets/css/src/pygments-manni.css',
|
'docs/assets/css/src/pygments-manni.css',
|
||||||
'docs/assets/css/src/docs.css'
|
'docs/assets/css/src/docs.css'
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
{% if site.github %}
|
{% if site.github %}
|
||||||
<link href="../assets/css/docs.min.css" rel="stylesheet">
|
<link href="../assets/css/docs.min.css" rel="stylesheet">
|
||||||
{% else %}
|
{% 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/pygments-manni.css" rel="stylesheet">
|
||||||
<link href="../assets/css/src/docs.css" rel="stylesheet">
|
<link href="../assets/css/src/docs.css" rel="stylesheet">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@@ -0,0 +1,15 @@
|
|||||||
|
/*!
|
||||||
|
* IE10 viewport hack for Surface/desktop Windows 8 bug
|
||||||
|
* Copyright 2014-2015 Twitter, Inc.
|
||||||
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* See the Getting Started docs for more information:
|
||||||
|
* http://getbootstrap.com/getting-started/#support-ie10-width
|
||||||
|
*/
|
||||||
|
@-webkit-viewport { width: device-width; }
|
||||||
|
@-moz-viewport { width: device-width; }
|
||||||
|
@-ms-viewport { width: device-width; }
|
||||||
|
@-o-viewport { width: device-width; }
|
||||||
|
@viewport { width: device-width; }
|
||||||
Reference in New Issue
Block a user