Browse Source

Indent block quote to the left

Talha Mansoor 11 years ago
parent
commit
e421dfe62e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      static/css/style.css

+ 1 - 0
static/css/style.css

@@ -160,6 +160,7 @@ article p a:hover, article ol a:hover {
     padding: 0px 0px 0px 20px;
     margin: 20px 0px 20px 0px;
     border-left: 5px solid rgb(100,100,100);
+    margin-left: 2em;
 }
 
 .article-content blockquote p {