diff options
| author | Mark Otto <[email protected]> | 2013-07-27 11:26:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-27 11:26:28 -0700 |
| commit | 57bc65f7f8a7f763f10c1272fd6256da1f3926b1 (patch) | |
| tree | 46fc9f68e150cc322cc5a4e7ec6cf2ed69a976c4 /css.html | |
| parent | 1fb1c40aba44029611e412912867a99d88ff432a (diff) | |
| parent | 273a388995424e0fe917ee83026c042aa4f83673 (diff) | |
| download | bootstrap-57bc65f7f8a7f763f10c1272fd6256da1f3926b1.tar.xz bootstrap-57bc65f7f8a7f763f10c1272fd6256da1f3926b1.zip | |
Merge pull request #8650 from loic/3.0.0-wip
Fixed minor typos in css.html
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1466,7 +1466,7 @@ For example, <code><section></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><disabled></code> attribute on a <code><fieldset></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><fieldset></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><section></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><input></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><input></code>.</p> <div class="bs-callout bs-callout-danger"> <h4>Cross-browser compatibility</h4> |
