ソースを参照

Adds padding to disqus comments

Talha Mansoor 12 年 前
コミット
0eaca04723
共有1 個のファイルを変更した4 個の追加0 個の削除を含む
  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);