Commit b79c1009 authored by Mark Otto's avatar Mark Otto

add placeholder to input-prepend to confirm FF placeholder looks good

parent c56eb096
...@@ -1196,7 +1196,7 @@ For example, <code>section</code> should be wrapped as inline. ...@@ -1196,7 +1196,7 @@ For example, <code>section</code> should be wrapped as inline.
<label class="control-label" for="prependedInput">Prepended text</label> <label class="control-label" for="prependedInput">Prepended text</label>
<div class="controls"> <div class="controls">
<div class="input-prepend"> <div class="input-prepend">
<span class="add-on">@</span><input class="span2" id="prependedInput" size="16" type="text"> <span class="add-on">@</span><input class="span2" id="prependedInput" size="16" type="text" placeholder="Username">
</div> </div>
<p class="help-block">Here's some help text</p> <p class="help-block">Here's some help text</p>
</div> </div>
......
...@@ -1118,7 +1118,7 @@ ...@@ -1118,7 +1118,7 @@
<label class="control-label" for="prependedInput">{{_i}}Prepended text{{/i}}</label> <label class="control-label" for="prependedInput">{{_i}}Prepended text{{/i}}</label>
<div class="controls"> <div class="controls">
<div class="input-prepend"> <div class="input-prepend">
<span class="add-on">@</span><input class="span2" id="prependedInput" size="16" type="text"> <span class="add-on">@</span><input class="span2" id="prependedInput" size="16" type="text" placeholder="{{_i}}Username{{/i}}">
</div> </div>
<p class="help-block">{{_i}}Here's some help text{{/i}}</p> <p class="help-block">{{_i}}Here's some help text{{/i}}</p>
</div> </div>
......
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