FIX: blockquote inside aside had top-margin

This commit is contained in:
Jeff Atwood 2014-07-01 00:19:56 -07:00
parent dfd011e986
commit e64758fe3c
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@
aside.quote {
margin-top: 1em;
margin-bottom: 1em;
// blockquote is docked within aside for content
blockquote {
margin-top: 0;
}
}
.cooked .highlight {