-
Still go to solve the excessive margins above and below a blockquote but the following CSS tweaks makes the site use much less whitespace (and much more readable for me anyway).
.comment-item { padding: 0; }
.comment-item-author { padding-bottom: 0; }
.comment-item-body { margin-bottom: 0; }
.comment-item-body p { margin-bottom: 0; }Awesome, thanks for that. #rep I've set mine to 5px for all these to give a bit of whitespace but not too much. :)
#Minimalist
Still go to solve the excessive margins above and below a blockquote but the following CSS tweaks makes the site use much less whitespace (and much more readable for me anyway).
.comment-item { padding: 0; }
.comment-item-author { padding-bottom: 0; }
.comment-item-body { margin-bottom: 0; }
.comment-item-body p { margin-bottom: 0; }