]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
alt attributes 19890/head
authorMark Otto <markdotto@gmail.com>
Wed, 19 Oct 2016 07:30:59 +0000 (00:30 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 19 Oct 2016 07:30:59 +0000 (00:30 -0700)
docs/components/navbar.md

index ee028d2c64879e0b23a98579446bd2dab4fbb5c0..bb819ff9e92bae3cce47047c44b3b26bb6793cf2 100644 (file)
@@ -84,7 +84,7 @@ Adding images to the `.navbar-brand` will likely always require custom styles or
 <!-- Just an image -->
 <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">
+    <img src="{{ site.baseurl }}/assets/brand/bootstrap-solid.svg" width="30" height="30" alt="">
   </a>
 </nav>
 {% endexample %}
@@ -93,7 +93,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 align-top">
+    <img src="{{ site.baseurl }}/assets/brand/bootstrap-solid.svg" width="30" height="30" class="d-inline-block align-top" alt="">
     Bootstrap
   </a>
 </nav>