diff options
| author | Capi Etheriel <[email protected]> | 2013-11-21 15:13:05 -0200 |
|---|---|---|
| committer | Capi Etheriel <[email protected]> | 2013-11-21 15:13:05 -0200 |
| commit | d873af866216c0c04a2457963cb1761444cd0b81 (patch) | |
| tree | b74fb6c503b48cee72bfcc0bc1e958cde276e95f /components.html | |
| parent | 6ed5a844a8ca3582240ddda70d63a3d7bfea7c50 (diff) | |
| download | bootstrap-d873af866216c0c04a2457963cb1761444cd0b81.tar.xz bootstrap-d873af866216c0c04a2457963cb1761444cd0b81.zip | |
Make it clear there's a nested media element in the first example
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components.html b/components.html index f991cccda..53a788f3f 100644 --- a/components.html +++ b/components.html @@ -3160,7 +3160,7 @@ body { padding-bottom: 70px; } <img class="media-object" data-src="holder.js/64x64" alt="Generic placeholder image"> </a> <div class="media-body"> - <h4 class="media-heading">Media heading</h4> + <h4 class="media-heading">Nested media heading</h4> Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus. </div> </div> |
