1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

primary btn there as well

This commit is contained in:
Mark Otto 2015-08-05 23:15:12 -07:00
parent be299c1b8b
commit 36800a2740

View file

@ -79,7 +79,7 @@ Remember, since Bootstrap utilizies the HTML5 doctype, **all inputs must have a
<input type="checkbox"> Check me out <input type="checkbox"> Check me out
</label> </label>
</div> </div>
<button type="submit" class="btn btn-secondary">Submit</button> <button type="submit" class="btn btn-primary">Submit</button>
</form> </form>
{% endexample %} {% endexample %}