If you dislike Blogger’s odd spacing before and after block quotations, here’s a fix.
Look in your Blogger template for “.post {”:
.post {Note the line-height. Now look for “.post blockquote {”:
margin:.5em 0 1.5em;
border-bottom:1px dotted $bordercolor;
padding-bottom:1.5em;
line-height:1.6em;
}
.post blockquote {Change the em number to match the line-height you found above, as I’ve done here. That’s it.
margin:1.6em 20px;
}
[Usual disclaimers apply: tinker at your own risk.]
comments: 0
Post a Comment