mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
even more utils for forms
This commit is contained in:
parent
567a289137
commit
0677b6b18c
@ -56,8 +56,8 @@ Here's an example of all the sub-components included in a responsive light-theme
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<form class="form-inline mt-2 mt-md-0">
|
<form class="form-inline mt-2 mt-md-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-md-0" type="submit">Search</button>
|
<button class="btn btn-outline-success my-2 my-lg-0" type="submit">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
Loading…
Reference in New Issue
Block a user