add nav to media object and thumbnails

This commit is contained in:
Francis Brunelle
2013-07-31 22:37:36 -04:00
parent e9413315b5
commit 521ff5c8a7
2 changed files with 18 additions and 6 deletions

View File

@@ -1694,7 +1694,7 @@ body { padding-bottom: 70px; }
</div>
<p class="lead">Extend Bootstrap's <a href="../css/#grid">grid system</a> with the thumbnail component to easily display grids of images, videos, text, and more.</p>
<h3>Default thumbnails</h3>
<h3 id="thumbnails-default">Default thumbnails</h3>
<p>By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.</p>
<div class="bs-example">
<div class="row">
@@ -1731,7 +1731,7 @@ body { padding-bottom: 70px; }
</div>
{% endhighlight %}
<h3>Custom content thumbnails</h3>
<h3 id="thumbnails-custom-content">Custom content thumbnails</h3>
<p>With a bit of extra markup, it's possible to add any kind of HTML content like headings, paragraphs, or buttons into thumbnails.</p>
<div class="bs-example">
<div class="row">
@@ -2016,7 +2016,7 @@ body { padding-bottom: 70px; }
</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>
<h3>Default example</h3>
<h3 id="media-default">Default media</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-example">
<div class="media">
@@ -2059,7 +2059,7 @@ body { padding-bottom: 70px; }
</div>
{% endhighlight %}
<h3>Media list</h3>
<h3 id="media-list">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-example">
<ul class="media-list">