diff options
| author | Henning Hoefer <[email protected]> | 2012-08-14 02:10:07 +0200 |
|---|---|---|
| committer | Henning Hoefer <[email protected]> | 2012-08-14 02:10:07 +0200 |
| commit | a74457a203a967eb5db216b76fcf4c600c70d901 (patch) | |
| tree | fee386c00d775b333d216fe6d535feee70292cae /docs/components.html | |
| parent | cf4fd1abbefc5b4d28c5839f1011bd33d420c467 (diff) | |
| download | bootstrap-a74457a203a967eb5db216b76fcf4c600c70d901.tar.xz bootstrap-a74457a203a967eb5db216b76fcf4c600c70d901.zip | |
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> |
