소스 검색

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;
 }