aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-18 20:04:55 -0700
committerMark Otto <[email protected]>2016-10-18 20:04:55 -0700
commit036bb85b21164da46b1b19efa36425777e2e6a54 (patch)
tree800ef74e62ec7a7aeacc91febf70118ae3aa3838 /docs/components
parent271f10f74f8cadce82462ef721630e46cff6f850 (diff)
downloadbootstrap-036bb85b21164da46b1b19efa36425777e2e6a54.tar.xz
bootstrap-036bb85b21164da46b1b19efa36425777e2e6a54.zip
Tweak that navbar brand image alignment with new vertical align utils
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/navbar.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/navbar.md b/docs/components/navbar.md
index 5ab50e26f..0753b8338 100644
--- a/docs/components/navbar.md
+++ b/docs/components/navbar.md
@@ -91,7 +91,7 @@ Adding images to the `.navbar-brand` will likely always require custom styles or
<!-- Image and text -->
<nav class="navbar navbar-light bg-faded">
<a class="navbar-brand" href="#">
- <img src="{{ site.baseurl }}/assets/brand/bootstrap-solid.svg" width="30" height="30" class="d-inline-block">
+ <img src="{{ site.baseurl }}/assets/brand/bootstrap-solid.svg" width="30" height="30" class="d-inline-block align-top">
Bootstrap
</a>
</nav>