diff options
| author | Mark Otto <[email protected]> | 2013-07-28 09:42:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-28 09:42:56 -0700 |
| commit | e1180daca001f8f6f4b5df7ab895bd40481835d3 (patch) | |
| tree | 0bd96f8feafb8cb129342870df5079e77915f456 /css.html | |
| parent | 111dc1492f4887d02cc3af9d8e564a339bb45462 (diff) | |
| parent | 67e89ea2bf80adca18fc6245b8a706eda5e6d59d (diff) | |
| download | bootstrap-e1180daca001f8f6f4b5df7ab895bd40481835d3.tar.xz bootstrap-e1180daca001f8f6f4b5df7ab895bd40481835d3.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
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, Internet Explorer 9 and below 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"> @@ -1963,7 +1963,7 @@ For example, <code><section></code> should be wrapped as inline. </li> <li> <span class="visible-lg">Large</span> - <span class="hidden-lg">✔ Hidden on desktop</span> + <span class="hidden-lg">✔ Hidden on large</span> </li> </ul> |
