fix incorrect uses of it's in the docs
This commit is contained in:
parent
dfdc63e872
commit
cf488c2800
7 changed files with 10 additions and 10 deletions
|
|
@ -1056,7 +1056,7 @@ For example, <code>section</code> should be wrapped as inline.
|
|||
</div>
|
||||
<div class="span4">
|
||||
<h3>Redesigned browser states</h3>
|
||||
<p>Bootstrap features styles for browser-supported focused and <code>disabled</code> states. We remove the default Webkit <code>outline</code> and apply a <code>box-shadow</code> in it's place for <code>:focus</code>.</p>
|
||||
<p>Bootstrap features styles for browser-supported focused and <code>disabled</code> states. We remove the default Webkit <code>outline</code> and apply a <code>box-shadow</code> in its place for <code>:focus</code>.</p>
|
||||
<hr>
|
||||
<h3>Form validation</h3>
|
||||
<p>It also includes validation styles for errors, warnings, and success. To use, add the error class to the surrounding <code>.control-group</code>.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue