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.

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 51438ec2b..ef896d486 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}}