mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-05 13:50:58 +00: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…
Reference in a new issue