diff options
| author | Mark Otto <[email protected]> | 2014-07-08 02:55:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 02:55:07 -0700 |
| commit | a06a35d27a25caf8cdebb6b718c0dfe335142703 (patch) | |
| tree | 401e59c2d925353927f57a71b6ed14434d40870b /docs/dist/css/bootstrap.css | |
| parent | 74ac24aa595711edbf72e1c3625d939739f0808f (diff) | |
| download | bootstrap-a06a35d27a25caf8cdebb6b718c0dfe335142703.tar.xz bootstrap-a06a35d27a25caf8cdebb6b718c0dfe335142703.zip | |
Drop: Device-named container variables since we alreay sort of deprecated them many releases ago
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index e725da460..ef816cb12 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -756,17 +756,17 @@ pre code { } @media (min-width: 768px) { .container { - width: 750px; + width: 720px; } } @media (min-width: 992px) { .container { - width: 970px; + width: 940px; } } @media (min-width: 1200px) { .container { - width: 1170px; + width: 1140px; } } .container-fluid { |
