aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-27 22:15:02 -0800
committerMark Otto <[email protected]>2016-12-27 22:37:09 -0800
commit2cb2979908291faead4251ece787c9f4c40a0b28 (patch)
tree33b43db11352ed048848b14e02d067b771a8c7bd /docs/components
parentc14ba036c630cd34e1af9960605bc53dd75829df (diff)
downloadbootstrap-2cb2979908291faead4251ece787c9f4c40a0b28.tar.xz
bootstrap-2cb2979908291faead4251ece787c9f4c40a0b28.zip
update example with brand and new util
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/navbar.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/components/navbar.md b/docs/components/navbar.md
index 39366fd0f..d2553de79 100644
--- a/docs/components/navbar.md
+++ b/docs/components/navbar.md
@@ -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>