From e4a74607b02f81e8007ac9903da1e6eddd8a5692 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 5 Feb 2013 01:12:39 -0800 Subject: [PATCH] simplify media docs --- docs/components.html | 8 ++------ docs/templates/pages/components.mustache | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/docs/components.html b/docs/components.html index 70900fc3a3..d264ae91a1 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1644,7 +1644,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 example

+

Default example

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

@@ -1692,11 +1692,7 @@ </div> - -
- - -

Media list

+

Media list

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

    diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index c714bf70f6..1562d9d4db 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1576,7 +1576,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 example

+

Default example

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

@@ -1624,11 +1624,7 @@ </div> - -
- - -

Media list

+

Media list

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