Browse Source

Adds padding to disqus comments

Talha Mansoor 12 years ago
parent
commit
0eaca04723
1 changed files with 4 additions and 0 deletions
  1. 4 0
      static/css/style.css

+ 4 - 0
static/css/style.css

@@ -11,6 +11,10 @@ a.disqus-comment-count {
     font-size: 0.9em;
 }
 
+div#disqus_thread {
+padding:10px;
+}
+
 /* Syntax Highlight */
 .codehilite pre {
     background-color:rgb(253,246,227);