mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix broken button
This commit is contained in:
parent
7b4e2a9a4a
commit
638db635d7
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
<div class="form-group">
|
||||
<input type="password" placeholder="Password" class="form-control">
|
||||
</div>
|
||||
<button type="submit" class="btn">Sign in</button>
|
||||
<button type="submit" class="btn btn-success">Sign in</button>
|
||||
</form>
|
||||
</div><!--/.navbar-collapse -->
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue