diff options
| author | Pete Hopkins <[email protected]> | 2012-01-27 13:56:41 -0500 |
|---|---|---|
| committer | Pete Hopkins <[email protected]> | 2012-01-27 16:09:58 -0500 |
| commit | 7b31f4a33467d8e69c0723525b8d9d8e024eaeb6 (patch) | |
| tree | 8c4035d999015435761b1d4bec9fc1975beae023 | |
| parent | 70d95b1bd72a039d47695495aac6b71da17df7dc (diff) | |
| download | bootstrap-7b31f4a33467d8e69c0723525b8d9d8e024eaeb6.tar.xz bootstrap-7b31f4a33467d8e69c0723525b8d9d8e024eaeb6.zip | |
Brings back uneditable input
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index c3d10eb08..2e7af5cc7 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -970,6 +970,12 @@ </div> </div> <div class="control-group"> + <label class="control-label">Uneditable input</label> + <div class="controls"> + <span class="input-xlarge uneditable-input">Some value here</span> + </div> + </div> + <div class="control-group"> <label class="control-label" for="disabledInput">{{_i}}Disabled input{{/i}}</label> <div class="controls"> <input class="input-xlarge disabled" id="disabledInput" type="text" placeholder="{{_i}}Disabled input hereā¦{{/i}}" disabled> @@ -1424,4 +1430,4 @@ </div> <!-- /well --> </div> </div> -</section>
\ No newline at end of file +</section> |
