]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
even more utils for forms
authorMark Otto <markdotto@gmail.com>
Thu, 22 Dec 2016 05:26:43 +0000 (21:26 -0800)
committerMark Otto <markd.otto@gmail.com>
Thu, 22 Dec 2016 21:48:07 +0000 (13:48 -0800)
docs/components/navbar.md

index a891d6d0397dabcf397c9b29108278fe8ef5987f..8a9e4c5738f69af37e6e4a515243bc05e2533417 100644 (file)
@@ -56,8 +56,8 @@ Here's an example of all the sub-components included in a responsive light-theme
       </li>
     </ul>
     <form class="form-inline mt-2 mt-md-0">
-      <input class="form-control" type="text" placeholder="Search">
-      <button class="btn btn-outline-success my-2 my-md-0" type="submit">Search</button>
+      <input class="form-control mr-md-2" type="text" placeholder="Search">
+      <button class="btn btn-outline-success my-2 my-lg-0" type="submit">Search</button>
     </form>
   </div>
 </nav>