diff options
| author | Mark Otto <[email protected]> | 2013-04-14 12:56:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-14 12:56:21 -0700 |
| commit | 0a84a7c43d6eedcf25997857ed7ea30979108354 (patch) | |
| tree | eddf45239a7ef90c416452976f08197b1e836b7c /docs/docs.html | |
| parent | 32761b33036eb3a0e186d310b56877b1c994ac89 (diff) | |
| download | bootstrap-0a84a7c43d6eedcf25997857ed7ea30979108354.tar.xz bootstrap-0a84a7c43d6eedcf25997857ed7ea30979108354.zip | |
shorter copy
Diffstat (limited to 'docs/docs.html')
| -rw-r--r-- | docs/docs.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/docs.html b/docs/docs.html index c57ced0d2..d1c99fd92 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -1568,12 +1568,12 @@ For example, <code><section></code> should be wrapped as inline. <div class="bs-docs-sidenote"> <h4>Link functionality of <code><a></code> not impacted</h4> - <p>This class will only change the appearance of <code><a class="btn"></code> buttons, not their functionality. You need to use custom JavaScript to disable links here.</p> + <p>This class will only change the appearance of <code><a class="btn"></code> buttons, not their functionality. Use custom JavaScript to disable links here.</p> </div> <div class="bs-docs-sidenote"> <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>. You need to 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-docs-example form-inline"> @@ -2154,7 +2154,7 @@ For example, <code><section></code> should be wrapped as inline. </p> <div class="bs-docs-sidenote"> <h4>Link functionality not impacted</h4> - <p>This class will only change the <code><a></code>'s appearance, not its functionality. You need to use custom JavaScript to disable links here.</p> + <p>This class will only change the <code><a></code>'s appearance, not its functionality. Use custom JavaScript to disable links here.</p> </div> @@ -3309,7 +3309,7 @@ For example, <code><section></code> should be wrapped as inline. <div class="bs-docs-sidenote"> <h4>Link functionality not impacted</h4> - <p>This class will only change the <code><a></code>'s appearance, not its functionality. You need to use custom JavaScript to disable links here.</p> + <p>This class will only change the <code><a></code>'s appearance, not its functionality. Use custom JavaScript to disable links here.</p> </div> <div class="bs-docs-example"> |
