Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2012-12-10 22:29:16 +0400
committerMark Otto <otto@github.com>2012-12-10 22:29:16 +0400
commit847b632577ee46f2acf0b0778c5a3014428cb528 (patch)
tree75d2ce1217446ca190c2edc03ba15ae0f828e28a /docs
parente324a1beb0d07a3b117e92c608daec591f8587de (diff)
IE10 fix in responsive utilities, not regular utilities
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap-responsive.css4
-rw-r--r--docs/assets/css/bootstrap.css4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index 04ba99554d..3b82569da5 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -40,6 +40,10 @@
box-sizing: border-box;
}
+@-ms-viewport {
+ width: device-width;
+}
+
.hidden {
display: none;
visibility: hidden;
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 0e9f0cdf6f..53f3a8cb1a 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -6014,10 +6014,6 @@ a.badge:hover {
line-height: 30px;
}
-@-ms-viewport {
- width: device-width;
-}
-
.pull-right {
float: right;
}