diff options
| author | Tom Pietschker <[email protected]> | 2013-06-21 09:59:34 -0400 |
|---|---|---|
| committer | Tom Pietschker <[email protected]> | 2013-06-21 09:59:34 -0400 |
| commit | 8ef3df418f5f9a9b9a8dc2d0f41a3cf16447c8af (patch) | |
| tree | bcffb8000b8e46513e015769fd4e779e4b3f649b /docs | |
| parent | 2535e060a48393143e7a6c2eb93a0a5d06663801 (diff) | |
| download | bootstrap-8ef3df418f5f9a9b9a8dc2d0f41a3cf16447c8af.tar.xz bootstrap-8ef3df418f5f9a9b9a8dc2d0f41a3cf16447c8af.zip | |
Rename class name in placeholder
applies 2535e060a48393143e7a6c2eb93a0a5d06663801 to css.html. Wasn't
docs.html removed a while ago?
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/css.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/css.html b/docs/css.html index d4e7f77d2..86b9f4d65 100644 --- a/docs/css.html +++ b/docs/css.html @@ -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 %} |
