Explorar el Código

Changes padding of disqus comments

Talha Mansoor hace 12 años
padre
commit
678b775e61
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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 */