]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
grammar fix; indicate that img[src] shouldn't actually be empty
authorChris Rebert <github@rebertia.com>
Mon, 7 Jul 2014 07:04:14 +0000 (00:04 -0700)
committerChris Rebert <github@rebertia.com>
Mon, 7 Jul 2014 07:04:14 +0000 (00:04 -0700)
docs/_includes/components/navbar.html

index 560eca8a7078c1b479f737309b2b8e6ce1f3e545..7fa098c097bb33f0798c1964abae74dac0edcb8b 100644 (file)
 
 
   <h2 id="navbar-brand-image">Brand image</h2>
-  <p>Replace the navbar brand with your own image by swapping the text for an <code>&lt;img&gt;</code>. Since the <code>.navbar-brand</code> has it's own padding and height, you may need to override some CSS depending on your image.</p>
+  <p>Replace the navbar brand with your own image by swapping the text for an <code>&lt;img&gt;</code>. Since the <code>.navbar-brand</code> has its own padding and height, you may need to override some CSS depending on your image.</p>
   <div class="bs-example">
     <nav class="navbar navbar-default" role="navigation">
       <div class="container-fluid">
   <div class="container-fluid">
     <div class="navbar-header">
       <a class="navbar-brand" href="#">
-        <img alt="Brand" src="">
+        <img alt="Brand" src="...">
       </a>
     </div>
   </div>