diff options
| author | Mark Otto <[email protected]> | 2016-12-28 16:37:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-28 19:07:33 -0800 |
| commit | 15310771408bb91eebdc677d1ecf56842f3dc2ad (patch) | |
| tree | 70f5b2f001579073d7c0100a21d7b0c79a6070d9 | |
| parent | 2c8675bbf6241724bc2ef775526d8b65f7965b7a (diff) | |
| download | bootstrap-15310771408bb91eebdc677d1ecf56842f3dc2ad.tar.xz bootstrap-15310771408bb91eebdc677d1ecf56842f3dc2ad.zip | |
no float utils, use class name
| -rw-r--r-- | docs/components/navbar.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/navbar.md b/docs/components/navbar.md index 4248e46d6..09d4f1932 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -31,7 +31,7 @@ Navbars come with built-in support for a handful of sub-components. Choose from - `.navbar-brand` for your company, product, or project name. - `.navbar-nav` for a full-height and lightweight navigation (including support for dropdowns). - `.navbar-toggler` for use with our collapse plugin and other [navigation toggling](#collapsible-content) behaviors. -- Inline forms with `.float-` utilities for form controls and components. +- `.form-inline` for any form controls and actions. - `.navbar-text` for adding vertically centered strings of text. - `.form-inline` for form controls and more. - `.collapse.navbar-collapse` for grouping and hiding navbar contents by a parent breakpoint. |
