aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorLoic Bistuer <[email protected]>2013-07-27 19:27:45 +0700
committerLoic Bistuer <[email protected]>2013-07-27 19:27:45 +0700
commit7f6c089e455eef0fe0463ee9f9d2f9cc91edab73 (patch)
treef32df57a1d9b1414b049aa582622dbc0f6fbd324 /css.html
parent9c63ffa00fd55c7e61c51b58778b06b28f93e1a8 (diff)
downloadbootstrap-7f6c089e455eef0fe0463ee9f9d2f9cc91edab73.tar.xz
bootstrap-7f6c089e455eef0fe0463ee9f9d2f9cc91edab73.zip
Fixed minor typos in css.html
Diffstat (limited to 'css.html')
-rw-r--r--css.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/css.html b/css.html
index f53b63e55..9a54f3abb 100644
--- a/css.html
+++ b/css.html
@@ -1466,7 +1466,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<div class="bs-callout bs-callout-danger">
<h4>Cross-browser compatibility</h4>
- <p>While Bootstrap will apply these styles in all browsers, IE and Safari don't actually support the <code>&lt;disabled&gt;</code> attribute on a <code>&lt;fieldset&gt;</code>. Use custom JavaScript to disable the fieldset in these browsers.</p>
+ <p>While Bootstrap will apply these styles in all browsers, IE and Safari don't actually support the <code>disabled</code> attribute on a <code>&lt;fieldset&gt;</code>. Use custom JavaScript to disable the fieldset in these browsers.</p>
</div>
<form class="bs-example form-inline">
@@ -1534,7 +1534,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<h2 id="forms-input-groups">Input groups</h3>
- <p>Add text or buttons before, after, or on both sides of any text-based input. Use <code>.input-group</code> with an <code>.add-on</code> to prepend or append elements to an <code>&lt;input&gt;</code>.</p>
+ <p>Add text or buttons before, after, or on both sides of any text-based input. Use <code>.input-group</code> with an <code>.input-group-addon</code> to prepend or append elements to an <code>&lt;input&gt;</code>.</p>
<div class="bs-callout bs-callout-danger">
<h4>Cross-browser compatibility</h4>