mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 21:49:09 +01:00
Rename class name in placeholder
applies 2535e060a48393143e7a6c2eb93a0a5d06663801 to css.html. Wasn't docs.html removed a while ago?
This commit is contained in:
parent
2535e060a4
commit
8ef3df418f
@ -1757,26 +1757,26 @@ For example, <code><section></code> should be wrapped as inline.
|
||||
<form class="bs-example" style="padding-bottom: 15px;">
|
||||
<div class="row">
|
||||
<div class="col-lg-2">
|
||||
<input type="text" placeholder="col-large-2">
|
||||
<input type="text" placeholder=".col-lg-2">
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<input type="text" placeholder="col-large-3">
|
||||
<input type="text" placeholder=".col-lg-3">
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<input type="text" placeholder="col-large-4">
|
||||
<input type="text" placeholder=".col-lg-4">
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
{% highlight html %}
|
||||
<div class="row">
|
||||
<div class="col-lg-2">
|
||||
<input type="text" placeholder="col-large-2">
|
||||
<input type="text" placeholder=".col-lg-2">
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<input type="text" placeholder="col-large-3">
|
||||
<input type="text" placeholder=".col-lg-3">
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<input type="text" placeholder="col-large-4">
|
||||
<input type="text" placeholder=".col-lg-4">
|
||||
</div>
|
||||
</div>
|
||||
{% endhighlight %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user