From 7b31f4a33467d8e69c0723525b8d9d8e024eaeb6 Mon Sep 17 00:00:00 2001
From: Pete Hopkins <phopkins@twitter.com>
Date: Fri, 27 Jan 2012 13:56:41 -0500
Subject: [PATCH] Brings back uneditable input

---
 docs/templates/pages/base-css.mustache | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index c3d10eb081..2e7af5cc75 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -969,6 +969,12 @@
               <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">
@@ -1424,4 +1430,4 @@
       </div> <!-- /well -->
     </div>
   </div>
-</section>
\ No newline at end of file
+</section>
-- 
GitLab