Pārlūkot izejas kodu

Blockquote should be indented to the right

Because of change in order margin-left declaration was no longer
effective.
Talha Mansoor 11 gadi atpakaļ
vecāks
revīzija
27c8ac1842
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  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 {