Преглед изворни кода

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 {