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/components.html | |
| 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/components.html')
| -rw-r--r-- | docs/components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html index ee0e17b0f..8b1a67553 100644 --- a/docs/components.html +++ b/docs/components.html @@ -873,7 +873,7 @@ <p>An example of a static (not fixed to the top) navbar with project name, navigation, and search form.</p> <div class="navbar"> <div class="navbar-inner"> - <div class="container" style="width: auto;"> + <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> |
