diff --git a/docs/_includes/components/media.html b/docs/_includes/components/media.html index 3d1f75dbe6..f03a125915 100644 --- a/docs/_includes/components/media.html +++ b/docs/_includes/components/media.html @@ -3,7 +3,7 @@

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.

-

Default media

+

Default media

The default media displays a media object (images, video, audio) to the left or right of a content block.

@@ -82,7 +82,7 @@ {% endhighlight %}

The classes .pull-left and .pull-right 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 .media-left and .media-right, except that .media-right should be placed after the .media-body in the html.

-

Media alignment

+

Media alignment

The images or other media can be aligned top, middle, or bottom. The default is top aligned.

@@ -136,7 +136,7 @@
{% endhighlight %} -

Media list

+

Media list

With a bit of extra markup, you can use media inside list (useful for comment threads or articles lists).