diff options
| author | Mark Otto <[email protected]> | 2012-08-13 22:57:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-13 22:57:40 -0700 |
| commit | 97a23ef2e66919094ecfc517d9b5b9278a64441d (patch) | |
| tree | a7bc3d947332591744e94a6f3164c86f96376920 /docs/components.html | |
| parent | 0040a780581d83b77a3a3b04070b94089ba833ad (diff) | |
| download | bootstrap-97a23ef2e66919094ecfc517d9b5b9278a64441d.tar.xz bootstrap-97a23ef2e66919094ecfc517d9b5b9278a64441d.zip | |
fixes #4342: navbar vars not in use, render navbar dividers
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/components.html b/docs/components.html index bb9cdb8f5..39fe7bc4f 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1106,6 +1106,7 @@ <div class="navbar-inner"> <form class="navbar-form pull-left"> <input type="text" class="span2"> + <button type="submit" class="btn">Submit</button> </form> </div> </div> @@ -1113,6 +1114,7 @@ <pre class="prettyprint linenums"> <form class="navbar-form pull-left"> <input type="text" class="span2"> + <button type="submit" class="btn">Submit</button> </form> </pre> |
