diff options
| author | Mikael Brevik <[email protected]> | 2012-02-02 14:09:27 +0100 |
|---|---|---|
| committer | Mikael Brevik <[email protected]> | 2012-02-02 14:09:27 +0100 |
| commit | 8c0b47a6a8315826a5128ec74d3479f2e070e78e (patch) | |
| tree | fcc2e3fa2e4a453c53f61168fb3f4cf2719d8a5f /docs/base-css.html | |
| parent | 98d1659ef836cb879ce7d6260351ff35e96ebd25 (diff) | |
| download | bootstrap-8c0b47a6a8315826a5128ec74d3479f2e070e78e.tar.xz bootstrap-8c0b47a6a8315826a5128ec74d3479f2e070e78e.zip | |
Fixed duplicate and wrong IDs and label fors in forms.
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 27 |
1 files changed, 6 insertions, 21 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 5176c3ecf..60b6edfe1 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1014,9 +1014,9 @@ For example, <code>section</code> should be wrapped as inline. </div> </div> <div class="control-group warning"> - <label class="control-label" for="inputError">Input with warning</label> + <label class="control-label" for="inputWarning">Input with warning</label> <div class="controls"> - <input type="text" id="inputError"> + <input type="text" id="inputWarning"> <span class="help-inline">Something may have gone wrong</span> </div> </div> @@ -1028,9 +1028,9 @@ For example, <code>section</code> should be wrapped as inline. </div> </div> <div class="control-group success"> - <label class="control-label" for="inputError">Input with success</label> + <label class="control-label" for="inputSuccess">Input with success</label> <div class="controls"> - <input type="text" id="inputError"> + <input type="text" id="inputSuccess"> <span class="help-inline">Woohoo!</span> </div> </div> @@ -1530,11 +1530,11 @@ For example, <code>section</code> should be wrapped as inline. <div class="span4"> <form> <div class="control-group"> - <label class="control-label" for="prependedInput">Email address</label> + <label class="control-label" for="inputIcon">Email address</label> <div class="controls"> <div class="input-prepend"> <span class="add-on"><i class="icon-envelope"></i></span> - <input class="span2" id="iconInput" type="text"> + <input class="span2" id="inputIcon" type="text"> </div> </div> </div> @@ -1577,21 +1577,6 @@ For example, <code>section</code> should be wrapped as inline. <script src="assets/js/bootstrap-typeahead.js"></script> <script src="assets/js/application.js"></script> - <!-- Analytics - ================================================== --> - <script> - var _gauges = _gauges || []; - (function() { - var t = document.createElement('script'); - t.type = 'text/javascript'; - t.async = true; - t.id = 'gauges-tracker'; - t.setAttribute('data-site-id', '4f0dc9fef5a1f55508000013'); - t.src = '//secure.gaug.es/track.js'; - var s = document.getElementsByTagName('script')[0]; - s.parentNode.insertBefore(t, s); - })(); - </script> </body> </html> |
