# HG changeset patch # User Steve Losh # Date 1265067674 18000 # Node ID f6a75cd5edc620a426a59c494b15afbafaec884f # Parent 6927bdd7e52984c51eda8a22f12b0ed84604d83e Reduce margins on blockquotes in disqus comments. diff -r 6927bdd7e529 -r f6a75cd5edc6 media/css/base.css --- a/media/css/base.css Mon Feb 01 01:07:55 2010 -0500 +++ b/media/css/base.css Mon Feb 01 18:41:14 2010 -0500 @@ -255,6 +255,9 @@ div#disqus_thread ul#dsq-comments li { margin-bottom: 2em; } +div#disqus_thread div.dsq-comment-message blockquote { + margin-bottom: 0em; +} div#dsq-comments-title h3 { font-size: 14px; font-weight: normal;