diff options
| author | Mark Otto <[email protected]> | 2013-08-16 22:37:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-16 22:37:02 -0700 |
| commit | cd0df1d21aaed8751b8c29aab3b30ff027aac89d (patch) | |
| tree | e0ffff5ebc1607fe0ffbc8c10ceee0c945f1bc82 /dist/css/bootstrap.css | |
| parent | e4bb388bc91790d2b0a0ff0be1f329945adcc3ff (diff) | |
| download | bootstrap-cd0df1d21aaed8751b8c29aab3b30ff027aac89d.tar.xz bootstrap-cd0df1d21aaed8751b8c29aab3b30ff027aac89d.zip | |
fixes #9436 more: put padding on containers, not the body because full width elements
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c153c62f7..2b3c8fb9e 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -300,8 +300,6 @@ html { } body { - padding-right: 15px; - padding-left: 15px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.428571429; @@ -735,6 +733,8 @@ pre code { } .container { + padding-right: 15px; + padding-left: 15px; margin-right: auto; margin-left: auto; } @@ -902,7 +902,7 @@ pre code { @media (min-width: 768px) { .container { - max-width: 720px; + max-width: 750px; } .col-sm-1, .col-sm-2, @@ -1056,7 +1056,7 @@ pre code { @media (min-width: 992px) { .container { - max-width: 940px; + max-width: 970px; } .col-md-1, .col-md-2, @@ -1219,7 +1219,7 @@ pre code { @media (min-width: 1200px) { .container { - max-width: 1140px; + max-width: 1170px; } .col-lg-1, .col-lg-2, |
