diff options
| author | Mark Otto <[email protected]> | 2013-02-05 01:12:39 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-05 01:12:39 -0800 |
| commit | e4a74607b02f81e8007ac9903da1e6eddd8a5692 (patch) | |
| tree | fe53417b008fe72056b804702441d1d118dfade1 | |
| parent | b65293dec022d88c2b1234b8385b0328547e3959 (diff) | |
| download | bootstrap-e4a74607b02f81e8007ac9903da1e6eddd8a5692.tar.xz bootstrap-e4a74607b02f81e8007ac9903da1e6eddd8a5692.zip | |
simplify media docs
| -rw-r--r-- | docs/components.html | 8 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/docs/components.html b/docs/components.html index 70900fc3a..d264ae91a 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1644,7 +1644,7 @@ </div> <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> - <h2>Default example</h2> + <h3>Default example</h3> <p>The default media allow to float a media object (images, video, audio) to the left or right of a content block.</p> <div class="bs-docs-example"> <div class="media"> @@ -1692,11 +1692,7 @@ </div> </pre> - - <hr class="bs-docs-separator"> - - - <h2>Media list</h2> + <h3>Media list</h3> <p>With a bit of extra markup, you can use media inside list (useful for comment threads or articles lists).</p> <div class="bs-docs-example"> <ul class="media-list"> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index c714bf70f..1562d9d4d 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1576,7 +1576,7 @@ </div> <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> - <h2>Default example</h2> + <h3>Default example</h3> <p>The default media allow to float a media object (images, video, audio) to the left or right of a content block.</p> <div class="bs-docs-example"> <div class="media"> @@ -1624,11 +1624,7 @@ </div> </pre> - - <hr class="bs-docs-separator"> - - - <h2>Media list</h2> + <h3>Media list</h3> <p>With a bit of extra markup, you can use media inside list (useful for comment threads or articles lists).</p> <div class="bs-docs-example"> <ul class="media-list"> |
