瀏覽代碼

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