Parcourir la source

Fix blockquote style to make it work for both reST and markdown

Talha Mansoor il y a 11 ans
Parent
commit
e9d791e385
1 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. 4 2
      static/css/elegant.css

+ 4 - 2
static/css/elegant.css

@@ -379,14 +379,16 @@ article div.article-content ul:not(.articles_timeline) a:hover {
     font-weight: normal;
     margin-left: -2em;
     text-decoration: inherit;
+    position:absolute;
 }
-.article-content blockquote p {
+.article-content blockquote {
     font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
     font-size: inherit;
     font-variant: normal;
     line-height: 1.7em;
-    margin-top: -20px;
     text-transform: none;
+    font-weight: 300;
+    position:relative;
 }
 .article-content ul {
     font-size: inherit;