diff options
Diffstat (limited to 'docs/css.html')
| -rw-r--r-- | docs/css.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/css.html b/docs/css.html index 6b1a6c222..6cf3c6c82 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1650,6 +1650,12 @@ For example, <code><section></code> should be wrapped as inline. <input type="email" class="form-control" id="exampleInputEmail2" placeholder="Enter email"> </div> <div class="form-group"> + <div class="input-group"> + <div class="input-group-addon">@</div> + <input class="form-control" type="email" placeholder="Enter email"> + </div> + </div> + <div class="form-group"> <label class="sr-only" for="exampleInputPassword2">Password</label> <input type="password" class="form-control" id="exampleInputPassword2" placeholder="Password"> </div> |
