diff options
| author | Mark Otto <[email protected]> | 2015-02-24 16:25:59 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-02-24 16:25:59 -0800 |
| commit | 7872ca69bee17010942ca61bed753651446b5f41 (patch) | |
| tree | c00e6f0a7ecf7b41c14a49b7db5d9b575ba34b5d /docs/_includes | |
| parent | 3c4a8ea61b6c034848e5e336ac7ae05ffb16e4e5 (diff) | |
| parent | 74b4f834344bddb7ef1531fcb3c177c0fe05d4e9 (diff) | |
| download | bootstrap-7872ca69bee17010942ca61bed753651446b5f41.tar.xz bootstrap-7872ca69bee17010942ca61bed753651446b5f41.zip | |
Merge pull request #15890 from StevenBlack/headings-media
docs>components>media object headings
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/components/media.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/_includes/components/media.html b/docs/_includes/components/media.html index 3d1f75dbe..f03a12591 100644 --- a/docs/_includes/components/media.html +++ b/docs/_includes/components/media.html @@ -3,7 +3,7 @@ <p class="lead">Abstract object styles for building various types of components (like blog comments, Tweets, etc) that feature a left- or right-aligned image alongside textual content.</p> - <h3 id="media-default">Default media</h3> + <h2 id="media-default">Default media</h2> <p>The default media displays a media object (images, video, audio) to the left or right of a content block.</p> <div class="bs-example" data-example-id="default-media"> <div class="media"> @@ -82,7 +82,7 @@ {% endhighlight %} <p>The classes <code>.pull-left</code> and <code>.pull-right</code> also exist and were previously used as part of the media component, but are deprecated for that use as of v3.3.0. They are approximately equivalent to <code>.media-left</code> and <code>.media-right</code>, except that <code>.media-right</code> should be placed after the <code>.media-body</code> in the html.</p> - <h3 id="media-alignment">Media alignment</h3> + <h2 id="media-alignment">Media alignment</h2> <p>The images or other media can be aligned top, middle, or bottom. The default is top aligned.</p> <div class="bs-example" data-example-id="media-alignment"> <div class="media"> @@ -136,7 +136,7 @@ </div> {% endhighlight %} - <h3 id="media-list">Media list</h3> + <h2 id="media-list">Media list</h2> <p>With a bit of extra markup, you can use media inside list (useful for comment threads or articles lists).</p> <div class="bs-example" data-example-id="media-list"> <ul class="media-list"> |
