diff options
| author | Mark Otto <[email protected]> | 2013-08-17 15:07:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-17 15:07:53 -0700 |
| commit | 4f97df8aa42d2609efd52ea21f1e84124afbe39d (patch) | |
| tree | b953f31784a56d85164caf0f4791217a8e5eaf56 /examples/non-responsive/non-responsive.css | |
| parent | 6c765ac8211536e9701e996416b8a5296590d5fd (diff) | |
| download | bootstrap-4f97df8aa42d2609efd52ea21f1e84124afbe39d.tar.xz bootstrap-4f97df8aa42d2609efd52ea21f1e84124afbe39d.zip | |
update non-responsive docs and example to really disable it
Diffstat (limited to 'examples/non-responsive/non-responsive.css')
| -rw-r--r-- | examples/non-responsive/non-responsive.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/non-responsive/non-responsive.css b/examples/non-responsive/non-responsive.css index 19901ca45..2864ca1c5 100644 --- a/examples/non-responsive/non-responsive.css +++ b/examples/non-responsive/non-responsive.css @@ -1,5 +1,6 @@ .container { - max-width: 970px; + max-width: none !important; + width: 970px; } .col-xs-4 { |
