diff options
| author | Mark Otto <[email protected]> | 2012-01-08 13:22:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-08 13:22:20 -0800 |
| commit | 0d62778b28147f599015489d281e749893907087 (patch) | |
| tree | cf714bd4d6655d981a7d9cf1e298861e6cd0c973 /docs/components.html | |
| parent | cb9be7bd0cde19b3b401d2dcdfb6162dd00b5ab5 (diff) | |
| download | bootstrap-0d62778b28147f599015489d281e749893907087.tar.xz bootstrap-0d62778b28147f599015489d281e749893907087.zip | |
correct navbar scaffolding code snippet
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 2a9d15846..0c70ef168 100644 --- a/docs/components.html +++ b/docs/components.html @@ -506,7 +506,7 @@ <pre class="prettyprint linenums"> <div class="navbar navbar-static"> <div class="navbar-inner"> - <div class="container" style="width: auto;"> + <div class="container"> ... </div> </div> |
