Browse Source

Changes padding of disqus comments

Talha Mansoor 12 years ago
parent
commit
678b775e61
1 changed files with 2 additions and 1 deletions
  1. 2 1
      static/css/style.css

+ 2 - 1
static/css/style.css

@@ -12,7 +12,8 @@ a.disqus-comment-count {
 }
 
 div#disqus_thread {
-padding:10px;
+padding-left:10px;
+padding-right:10px;
 }
 
 /* Syntax Highlight */