-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -696,8 +696,8 @@ <h3>Button groups</h3> | |
|
||
<div class="btn-group-justified"> | ||
<input class="btn" type="button" id="btnGroup27" value="button 27" /> | ||
<input class="btn" type="button" id="btnGroup28" value="button 28" /> | ||
<div class="btn-group"> | ||
<input class="btn" type="button" id="btnGroup28" value="button 28" /> | ||
<input class="btn" type="button" id="btnGroup29" value="button 29" /> | ||
</div> | ||
</div> | ||
|
@@ -786,13 +786,13 @@ <h3 id="gc-font-2019-example">gc-font-2019 example</h3> | |
<legend>gc-font-2019 example</legend> | ||
<div class="form-group"> | ||
<label for="staticEmail" class="col-sm-2 col-form-label">Email</label> | ||
<div class="col-sm-10"> | ||
<div class=""> | ||
<input type="text" readonly="" class="form-control-plaintext" id="staticEmail" value="[email protected]" /> | ||
</div> | ||
</div> | ||
<div class="form-group"> | ||
<label for="inputPassword" class="col-sm-2 col-form-label">Password</label> | ||
<div class="col-sm-10"> | ||
<div class=""> | ||
<input type="password" class="form-control" id="inputPassword" placeholder="Password" /> | ||
</div> | ||
</div> | ||
|