Add whitespace below figure element. Fixes #32

This commit is contained in:
Michael Rose 2014-03-14 08:34:15 -04:00
parent fd0d497654
commit 39e4cf57af
3 changed files with 6 additions and 1 deletions

View file

@ -16,6 +16,8 @@ Here are some examples of what a post with images might look like. If you want t
<figcaption><a href="http://www.flickr.com/photos/80901381@N04/7758832526/" title="Morning Fog Emerging From Trees by A Guy Taking Pictures, on Flickr">Morning Fog Emerging From Trees by A Guy Taking Pictures, on Flickr</a>.</figcaption>
</figure>
Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. Ea fashion axe Marfa cillum aliquip. Retro Bushwick keytar cliche. Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies.
#### Two Up
Apply the `half` class like so to display two images side by side that share the same caption.

File diff suppressed because one or more lines are too long

View file

@ -8,6 +8,9 @@ hr {
border-bottom: 1px solid #fff;
}
/* Figures and images ==================================== */
figure {
margin-bottom: @indent-var;
}
article img {
max-width: 100%;
height: auto;