mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
simplify media docs
This commit is contained in:
parent
b65293dec0
commit
e4a74607b0
@ -1644,7 +1644,7 @@
|
|||||||
</div>
|
</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>
|
<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>
|
<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="bs-docs-example">
|
||||||
<div class="media">
|
<div class="media">
|
||||||
@ -1692,11 +1692,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
<h3>Media list</h3>
|
||||||
<hr class="bs-docs-separator">
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Media list</h2>
|
|
||||||
<p>With a bit of extra markup, you can use media inside list (useful for comment threads or articles lists).</p>
|
<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">
|
<div class="bs-docs-example">
|
||||||
<ul class="media-list">
|
<ul class="media-list">
|
||||||
|
8
docs/templates/pages/components.mustache
vendored
8
docs/templates/pages/components.mustache
vendored
@ -1576,7 +1576,7 @@
|
|||||||
</div>
|
</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>
|
<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>
|
<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="bs-docs-example">
|
||||||
<div class="media">
|
<div class="media">
|
||||||
@ -1624,11 +1624,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
<h3>Media list</h3>
|
||||||
<hr class="bs-docs-separator">
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Media list</h2>
|
|
||||||
<p>With a bit of extra markup, you can use media inside list (useful for comment threads or articles lists).</p>
|
<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">
|
<div class="bs-docs-example">
|
||||||
<ul class="media-list">
|
<ul class="media-list">
|
||||||
|
Loading…
Reference in New Issue
Block a user