]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update example with brand and new util
authorMark Otto <markdotto@gmail.com>
Wed, 28 Dec 2016 06:15:02 +0000 (22:15 -0800)
committerMark Otto <markd.otto@gmail.com>
Wed, 28 Dec 2016 06:37:09 +0000 (22:37 -0800)
docs/components/navbar.md

index 39366fd0fc989dad9afa53bade65a1dd919cf441..d2553de798c84d574c81750f41b08200709fc15c 100644 (file)
@@ -202,7 +202,8 @@ Place various form controls and components within a navbar with `.form-inline`.
 Align the contents of your inline forms with utilities as needed.
 
 {% example html %}
-<nav class="navbar navbar-light bg-faded justify-content-end">
+<nav class="navbar navbar-light bg-faded justify-content-between">
+  <a class="navbar-brand">Navbar</a>
   <form class="form-inline">
     <input class="form-control mr-sm-2" type="text" placeholder="Search">
     <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>