diff options
| author | Mark Otto <[email protected]> | 2012-01-27 16:35:32 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-27 16:35:32 -0800 |
| commit | d9759abeebbca0681054f8da3ff7c3029948284e (patch) | |
| tree | c78f1198898b07fdc8911a3d3310dd2e5f5ed355 /docs/base-css.html | |
| parent | f6dc566963c63d5113e72f0098ad9da2c414f33f (diff) | |
| parent | 84b9a1bfb6ff5d1406f5c0393d6556caff6de40c (diff) | |
| download | bootstrap-d9759abeebbca0681054f8da3ff7c3029948284e.tar.xz bootstrap-d9759abeebbca0681054f8da3ff7c3029948284e.zip | |
Merge branch 'ie_7_components' of https://github.com/phopkins/bootstrap into phopkins-ie_7_components
Conflicts:
docs/assets/css/bootstrap.css
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 698b68ea1..efc7e18e2 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1035,6 +1035,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">Disabled input</label> <div class="controls"> <input class="input-xlarge disabled" id="disabledInput" type="text" placeholder="Disabled input hereā¦" disabled> @@ -1530,6 +1536,7 @@ </div> </section> + <!-- Footer ================================================== --> <footer class="footer"> |
