Merge pull request #163 from ScholzVolkmer/master

Fixed Issue #159, Image margin bottoms in a tag
This commit is contained in:
Eric Holscher 2014-12-02 14:45:19 -08:00
commit abaf44fe0b
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
text-align: center
// Usually it's a good idea to give images some space.
.section > img
.section > img, .section > a > img
margin-bottom: $base-line-height
// Questionable whether this is nice or not. It styles eternal links, but comes with some baggage.
// a.reference.external:after

File diff suppressed because one or more lines are too long