diff options
| author | Chris Rebert <[email protected]> | 2013-09-20 11:49:32 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-20 11:49:32 -0700 |
| commit | 68c6deebda40a2a7b6f5f668fc26340509765bf1 (patch) | |
| tree | daf8fb05a73ff073fcf262ae31683efb3c59101e /components.html | |
| parent | d8ba5989cdda82121d865142306d1d86034d81d4 (diff) | |
| download | bootstrap-68c6deebda40a2a7b6f5f668fc26340509765bf1.tar.xz bootstrap-68c6deebda40a2a7b6f5f668fc26340509765bf1.zip | |
fix #10737
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components.html b/components.html index e405df82d..e409e3d94 100644 --- a/components.html +++ b/components.html @@ -977,7 +977,7 @@ base_url: "../" {% highlight html %} <div class="input-group input-group-lg"> <span class="input-group-addon">@</span> - <input type="text" class="form-control input-lg" placeholder="Username"> + <input type="text" class="form-control" placeholder="Username"> </div> <div class="input-group"> |
