From: Erik van der Kolk Date: Sat, 18 Aug 2012 14:07:48 +0000 (+0200) Subject: Move code within
 tags as close to the left for Input focus
X-Git-Tag: v2.1.0~2^2~29^2~14
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3c474c4048eff0c43b24bc8134b7ca753ced975;p=thirdparty%2Fbootstrap.git

Move code within 
 tags as close to the left for Input focus
---

diff --git a/docs/base-css.html b/docs/base-css.html
index b3cb0466a1..7b09e7175c 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.

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 51438ec2b6..ef896d4868 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1264,9 +1264,9 @@
-
-  <input class="input-xlarge" id="focusedInput" type="text" value="{{_i}}This is focused...{{/i}}">
-  
+
+<input class="input-xlarge" id="focusedInput" type="text" value="{{_i}}This is focused...{{/i}}">
+

{{_i}}Disabled inputs{{/i}}

{{_i}}Add the disabled attribute on an input to prevent user input and trigger a slightly different look.{{/i}}