]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Tweak that navbar brand image alignment with new vertical align utils
authorMark Otto <markdotto@gmail.com>
Wed, 19 Oct 2016 03:04:55 +0000 (20:04 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 19 Oct 2016 03:04:55 +0000 (20:04 -0700)
docs/components/navbar.md

index 5ab50e26fd00c87abebe6cd59372ce6a56eef23d..0753b83380d8de3887e8118dbc45c9b6c1b9e332 100644 (file)
@@ -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>