]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
no float utils, use class name
authorMark Otto <markdotto@gmail.com>
Thu, 29 Dec 2016 00:37:13 +0000 (16:37 -0800)
committerMark Otto <markd.otto@gmail.com>
Thu, 29 Dec 2016 03:07:33 +0000 (19:07 -0800)
docs/components/navbar.md

index 4248e46d6b78859a31972e9c5e8525599c3c1fbc..09d4f1932045b2e39b24c86f381a652cbd463739 100644 (file)
@@ -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.