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..."> +
Add the disabled
attribute on an input to prevent user input and trigger a slightly different look.
- <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}}Add the disabled
attribute on an input to prevent user input and trigger a slightly different look.{{/i}}