Bladeren bron

Fix size of small on archives page

Talha Mansoor 11 jaren geleden
bovenliggende
commit
1c28f33074
1 gewijzigde bestanden met toevoegingen van 3 en 0 verwijderingen
  1. 3 0
      static/css/elegant.css

+ 3 - 0
static/css/elegant.css

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