From a3c474c4048eff0c43b24bc8134b7ca753ced975 Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 16:07:48 +0200 Subject: Move code within
 tags as close to the left for Input focus

---
 docs/base-css.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'docs/base-css.html')

diff --git a/docs/base-css.html b/docs/base-css.html
index b3cb0466a..7b09e7175 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1327,9 +1327,9 @@ For example, <code>section</code> should be wrapped as inline.
           
-
-  <input class="input-xlarge" id="focusedInput" type="text" value="This is focused...">
-  
+
+<input class="input-xlarge" id="focusedInput" type="text" value="This is focused...">
+

Disabled inputs

Add the disabled attribute on an input to prevent user input and trigger a slightly different look.

-- cgit v1.2.3