ソースを参照

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 {