diff options
| author | Mark Otto <[email protected]> | 2012-11-30 12:42:37 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 12:42:37 -0800 |
| commit | f9a47e3a5fc1f91f041f2d8cb264f1d5af142126 (patch) | |
| tree | f4e1ff6ca081619eda587f1fcb48ede45b4354a1 /docs/assets/css/bootstrap.css | |
| parent | 030a05817451a0c6fbbdc9842570303dbe9a367e (diff) | |
| download | bootstrap-f9a47e3a5fc1f91f041f2d8cb264f1d5af142126.tar.xz bootstrap-f9a47e3a5fc1f91f041f2d8cb264f1d5af142126.zip | |
Refine containers and navbars
* Don't reset width on .container, .navbar-* .container, etc
* Instead, use max-width to ensure proper styling for all navbars
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 30512c734..a227de682 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -223,10 +223,8 @@ a:hover { border-radius: 500px; } -.container, -.navbar-fixed-top .container, -.navbar-fixed-bottom .container { - width: 940px; +.container { + max-width: 940px; } .row { @@ -5458,10 +5456,8 @@ a.badge:hover { } @media (min-width: 1200px) { - .container, - .navbar-fixed-top .container, - .navbar-fixed-bottom .container { - width: 1170px; + .container { + max-width: 1170px; } .row { margin-right: -15px; |
