mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-15 23:53:12 +00:00
Fixed minor typos in css.html
This commit is contained in:
parent
9c63ffa00f
commit
7f6c089e45
1 changed files with 2 additions and 2 deletions
4
css.html
4
css.html
|
|
@ -1466,7 +1466,7 @@ For example, <code><section></code> should be wrapped as inline.
|
||||||
|
|
||||||
<div class="bs-callout bs-callout-danger">
|
<div class="bs-callout bs-callout-danger">
|
||||||
<h4>Cross-browser compatibility</h4>
|
<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>
|
</div>
|
||||||
|
|
||||||
<form class="bs-example form-inline">
|
<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>
|
<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">
|
<div class="bs-callout bs-callout-danger">
|
||||||
<h4>Cross-browser compatibility</h4>
|
<h4>Cross-browser compatibility</h4>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue