diff options
author | David Stutz <davidstutz@web.de> | 2014-10-19 22:37:01 +0200 |
---|---|---|
committer | David Stutz <davidstutz@web.de> | 2014-10-19 22:37:01 +0200 |
commit | 47de37ca51e2e265bc05a58a2706a3807a8d231d (patch) | |
tree | ba6befbb63e2d5cd877472a32f3f5b2f5ba2cfa2 | |
parent | 92fbeaae7234b3a4ea9f6e4f488616056b38cac5 (diff) | |
download | bootstrap-strength-meter-47de37ca51e2e265bc05a58a2706a3807a8d231d.zip bootstrap-strength-meter-47de37ca51e2e265bc05a58a2706a3807a8d231d.tar.gz bootstrap-strength-meter-47de37ca51e2e265bc05a58a2706a3807a8d231d.tar.bz2 |
Placeholders ...
-rw-r--r-- | text.html | 2 | ||||
-rw-r--r-- | tooltip.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -99,7 +99,7 @@ </p> <div class="row"> <div class="col-md-3"> - <input type="text" class="form-control" id="example" style="width:100%;" /> + <input type="text" class="form-control" id="example" style="width:100%;" placeholder="Enter password..." /> </div> <div class="col-md-9"> <div id="example-container"> diff --git a/tooltip.html b/tooltip.html index 746a081..a57e8ee 100644 --- a/tooltip.html +++ b/tooltip.html @@ -92,7 +92,7 @@ </p> <div class="row"> <div class="col-md-3"> - <input type="text" class="form-control" data-placement="right" id="example" style="width:100%;" /> + <input type="text" class="form-control" data-placement="right" id="example" style="width:100%;" placeholder="Enter password..." /> </div> <div class="col-md-9"> <div id="example-container"> |