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

Fix size of small on archives page

Talha Mansoor пре 11 година
родитељ
комит
1c28f33074
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      static/css/elegant.css

+ 3 - 0
static/css/elegant.css

@@ -559,6 +559,9 @@ div.blog-archives h1 {
     font-size: 2em;
     margin-bottom: 0;
 }
+div.blog-archives h1 small {
+    font-size: .8em;
+}
 div.blog-archives h1 a {
     color: black;
 }