diff options
| author | Mark Otto <[email protected]> | 2012-12-02 20:57:34 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-02 20:57:34 -0800 |
| commit | f514c87d6b74de949732c325f70d195453fe2d28 (patch) | |
| tree | 2d654663fd768d79a4dad679c3b5eaa76f20e704 /docs/assets/css/bootstrap-responsive.css | |
| parent | 30d6a71ccd383c6b2498cf58d99db399c850a551 (diff) | |
| download | bootstrap-f514c87d6b74de949732c325f70d195453fe2d28.tar.xz bootstrap-f514c87d6b74de949732c325f70d195453fe2d28.zip | |
Enable responsive features in IE10 when snapped
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 04ba99554..a3352d774 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -8,6 +8,10 @@ * Designed and built with all the love in the world @twitter by @mdo and @fat. */ +@-ms-viewport { + width: device-width; +} + .clearfix { *zoom: 1; } |
