diff options
| author | Mark Otto <[email protected]> | 2012-02-21 23:15:43 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-21 23:15:43 -0800 |
| commit | a139167489e249345933b1e58cc7c53542abab97 (patch) | |
| tree | 1a375e66f2da07f695fc8d0f6e4e26ee93fe9a09 /docs/assets/css/bootstrap-responsive.css | |
| parent | 9b524a16e9cb5d8c9e0a6c4c7b83a3a881e415ee (diff) | |
| download | bootstrap-a139167489e249345933b1e58cc7c53542abab97.tar.xz bootstrap-a139167489e249345933b1e58cc7c53542abab97.zip | |
set width to auto for default navbar container, then override it later for fixed navbars (done all via the #gridSystem mixins)
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index a5ebd1144..08beeb11f 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -174,7 +174,7 @@ float: left; margin-left: 20px; } - .container { + .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 724px; } .span1 { @@ -607,7 +607,7 @@ float: left; margin-left: 30px; } - .container { + .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 1170px; } .span1 { |
