Reduce margins on blockquotes in disqus comments.
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Mon, 01 Feb 2010 18:41:14 -0500 | 
    
    
    
        | parents | 
        6927bdd7e529 
 | 
    
    
        | children | 
        a2125cb20c54
 | 
    
    
        | branches/tags | 
        (none) | 
    
    
        | files | 
        media/css/base.css  | 
    
Changes
    
--- 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;