diff options
| author | Mark Otto <[email protected]> | 2017-12-24 20:06:33 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-12-26 13:18:19 -0800 |
| commit | 2435afe4e6f329ca567759f7d00890f6d523b35e (patch) | |
| tree | ecf1c2df66b3f09cf929aac63a889d87c36a271d /docs/4.0/content | |
| parent | 2416801c7ea6e67d728096e0ed74568f6c742fc7 (diff) | |
| download | bootstrap-2435afe4e6f329ca567759f7d00890f6d523b35e.tar.xz bootstrap-2435afe4e6f329ca567759f7d00890f6d523b35e.zip | |
Move from h4s and misc to h5s so headings from example snippets don't show in our table of contents
Diffstat (limited to 'docs/4.0/content')
| -rw-r--r-- | docs/4.0/content/images.md | 2 | ||||
| -rw-r--r-- | docs/4.0/content/reboot.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/content/images.md b/docs/4.0/content/images.md index 5c8e19470..066a85235 100644 --- a/docs/4.0/content/images.md +++ b/docs/4.0/content/images.md @@ -19,7 +19,7 @@ Images in Bootstrap are made responsive with `.img-fluid`. `max-width: 100%;` an {% endhighlight %} {% callout warning %} -#### SVG images and IE 10 +##### SVG images and IE 10 In Internet Explorer 10, SVG images with `.img-fluid` are disproportionately sized. To fix this, add `width: 100% \9;` where necessary. This fix improperly sizes other image formats, so Bootstrap doesn't apply it automatically. {% endcallout %} diff --git a/docs/4.0/content/reboot.md b/docs/4.0/content/reboot.md index d90877fee..d89e73da7 100644 --- a/docs/4.0/content/reboot.md +++ b/docs/4.0/content/reboot.md @@ -342,7 +342,7 @@ HTML5 adds [a new global attribute named `[hidden]`](https://developer.mozilla.o {% endhighlight %} {% callout warning %} -#### jQuery incompatibility +##### jQuery incompatibility `[hidden]` is not compatible with jQuery's `$(...).hide()` and `$(...).show()` methods. Therefore, we don't currently especially endorse `[hidden]` over other techniques for managing the `display` of elements. {% endcallout %} |
