Commit 68c6deeb authored by Chris Rebert's avatar Chris Rebert

fix #10737

parent d8ba5989
...@@ -977,7 +977,7 @@ base_url: "../" ...@@ -977,7 +977,7 @@ base_url: "../"
{% highlight html %} {% highlight html %}
<div class="input-group input-group-lg"> <div class="input-group input-group-lg">
<span class="input-group-addon">@</span> <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>
<div class="input-group"> <div class="input-group">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment