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}}