]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Brings back uneditable input
authorPete Hopkins <phopkins@twitter.com>
Fri, 27 Jan 2012 18:56:41 +0000 (13:56 -0500)
committerPete Hopkins <phopkins@twitter.com>
Fri, 27 Jan 2012 21:09:58 +0000 (16:09 -0500)
docs/templates/pages/base-css.mustache

index c3d10eb081428e8e58821331c855122d792fba6f..2e7af5cc755a7572431217578fd65c23472c38bf 100644 (file)
               <input class="input-xlarge focused" id="focusedInput" type="text" value="{{_i}}This is focused…{{/i}}">
             </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">
       </div> <!-- /well -->
     </div>
   </div>
-</section>
\ No newline at end of file
+</section>