mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 12:40:58 +00:00
Rename class name in placeholder
This commit is contained in:
parent
ef8e5853cb
commit
ac1058e435
@ -1942,26 +1942,26 @@ For example, <code><section></code> should be wrapped as inline.
|
|||||||
<form class="bs-docs-example" style="padding-bottom: 15px;">
|
<form class="bs-docs-example" style="padding-bottom: 15px;">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-2">
|
<div class="col-lg-2">
|
||||||
<input type="text" placeholder="col-large-2">
|
<input type="text" placeholder=".col-lg-2">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-3">
|
<div class="col-lg-3">
|
||||||
<input type="text" placeholder="col-large-3">
|
<input type="text" placeholder=".col-lg-3">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-4">
|
<div class="col-lg-4">
|
||||||
<input type="text" placeholder="col-large-4">
|
<input type="text" placeholder=".col-lg-4">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-2">
|
<div class="col-lg-2">
|
||||||
<input type="text" placeholder="col-large-2">
|
<input type="text" placeholder=".col-lg-2">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-3">
|
<div class="col-lg-3">
|
||||||
<input type="text" placeholder="col-large-3">
|
<input type="text" placeholder=".col-lg-3">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-4">
|
<div class="col-lg-4">
|
||||||
<input type="text" placeholder="col-large-4">
|
<input type="text" placeholder=".col-lg-4">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user