2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

even more utils for forms

This commit is contained in:
Mark Otto
2016-12-21 21:26:43 -08:00
committed by Mark Otto
parent 567a289137
commit 0677b6b18c
+2 -2
View 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>