瀏覽代碼

Blockquote should be indented to the right

Because of change in order margin-left declaration was no longer
effective.
Talha Mansoor 11 年之前
父節點
當前提交
27c8ac1842
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      static/css/elegant.css

+ 1 - 2
static/css/elegant.css

@@ -144,8 +144,7 @@ article div.article-content ul:not(.articles_timeline) a:hover {
 }
 .article-content blockquote {
     border-left: 0;
-    margin-left: 2em;
-    margin: 20px 0;
+    margin: 20px 0 0 2em;
     padding: 0 0 0 20px;
 }
 .article-content blockquote:before {