diff options
| author | Mark Otto <[email protected]> | 2012-08-13 21:32:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-13 21:32:24 -0700 |
| commit | cf33664b0ca253844db7f4883a8e5c1e3b5d9f10 (patch) | |
| tree | fee386c00d775b333d216fe6d535feee70292cae /docs/components.html | |
| parent | cf4fd1abbefc5b4d28c5839f1011bd33d420c467 (diff) | |
| parent | a74457a203a967eb5db216b76fcf4c600c70d901 (diff) | |
| download | bootstrap-cf33664b0ca253844db7f4883a8e5c1e3b5d9f10.tar.xz bootstrap-cf33664b0ca253844db7f4883a8e5c1e3b5d9f10.zip | |
Merge pull request #4372 from hho/patch-2
Fixed a typo in inverse navbar code sample
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 377c14471..bb9cdb8f5 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1348,7 +1348,7 @@ </div><!-- /navbar --> </div> <pre class="prettyprint linenums"> -<div class="navbar navbar-subnav"> +<div class="navbar navbar-inverse"> ... </div> </pre> |
