diff options
| author | Mark Otto <[email protected]> | 2016-02-06 18:45:56 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 18:45:56 -0800 |
| commit | de944e088b278a989c83b4bfebb99e5042821021 (patch) | |
| tree | 6e84a8170c9cbe031270d9de418805f2334fd78f /dist/css/bootstrap.css | |
| parent | b8ff763d6232d4a61858739b43f509366ffd1500 (diff) | |
| download | bootstrap-de944e088b278a989c83b4bfebb99e5042821021.tar.xz bootstrap-de944e088b278a989c83b4bfebb99e5042821021.zip | |
Fixes #17300: drop the unused at-viewports
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 7f6924b6c..803a1f5a4 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -298,22 +298,10 @@ html { box-sizing: inherit; } -@-moz-viewport { - width: device-width; -} - @-ms-viewport { width: device-width; } -@-webkit-viewport { - width: device-width; -} - -@viewport { - width: device-width; -} - html { font-size: 16px; -ms-overflow-style: scrollbar; |
