aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-21 23:15:43 -0800
committerMark Otto <[email protected]>2012-02-21 23:15:43 -0800
commita139167489e249345933b1e58cc7c53542abab97 (patch)
tree1a375e66f2da07f695fc8d0f6e4e26ee93fe9a09 /docs/components.html
parent9b524a16e9cb5d8c9e0a6c4c7b83a3a881e415ee (diff)
downloadbootstrap-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.html2
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>