diff options
| author | Mark Otto <[email protected]> | 2012-12-10 10:29:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-10 10:29:16 -0800 |
| commit | 847b632577ee46f2acf0b0778c5a3014428cb528 (patch) | |
| tree | 75d2ce1217446ca190c2edc03ba15ae0f828e28a /docs | |
| parent | e324a1beb0d07a3b117e92c608daec591f8587de (diff) | |
| download | bootstrap-847b632577ee46f2acf0b0778c5a3014428cb528.tar.xz bootstrap-847b632577ee46f2acf0b0778c5a3014428cb528.zip | |
IE10 fix in responsive utilities, not regular utilities
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 4 | ||||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 04ba99554..3b82569da 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 0e9f0cdf6..53f3a8cb1 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; } |
