0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

couple more utils

This commit is contained in:
Mark Otto 2016-12-21 23:31:28 -08:00 committed by Mark Otto
parent e37a57a34d
commit c858af7932

View File

@ -450,7 +450,7 @@ With no `.navbar-brand` shown in lowest breakpoint:
</li>
</ul>
<form class="form-inline mt-2 mt-lg-0">
<input class="form-control" type="text" placeholder="Search">
<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>
@ -479,7 +479,7 @@ With a brand name shown on the left and toggler on the right:
</li>
</ul>
<form class="form-inline mt-2 mt-lg-0">
<input class="form-control" type="text" placeholder="Search">
<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>