mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 21:53:25 +02:00
shorter copy
This commit is contained in:
@@ -1568,12 +1568,12 @@ For example, <code><section></code> should be wrapped as inline.
|
|||||||
|
|
||||||
<div class="bs-docs-sidenote">
|
<div class="bs-docs-sidenote">
|
||||||
<h4>Link functionality of <code><a></code> not impacted</h4>
|
<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>
|
||||||
|
|
||||||
<div class="bs-docs-sidenote">
|
<div class="bs-docs-sidenote">
|
||||||
<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>. 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>
|
</div>
|
||||||
|
|
||||||
<form class="bs-docs-example form-inline">
|
<form class="bs-docs-example form-inline">
|
||||||
@@ -2154,7 +2154,7 @@ For example, <code><section></code> should be wrapped as inline.
|
|||||||
</p>
|
</p>
|
||||||
<div class="bs-docs-sidenote">
|
<div class="bs-docs-sidenote">
|
||||||
<h4>Link functionality not impacted</h4>
|
<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>
|
||||||
|
|
||||||
|
|
||||||
@@ -3309,7 +3309,7 @@ For example, <code><section></code> should be wrapped as inline.
|
|||||||
|
|
||||||
<div class="bs-docs-sidenote">
|
<div class="bs-docs-sidenote">
|
||||||
<h4>Link functionality not impacted</h4>
|
<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>
|
||||||
|
|
||||||
<div class="bs-docs-example">
|
<div class="bs-docs-example">
|
||||||
|
Reference in New Issue
Block a user