浏览代码

adjusted selector for small labels from h3 to h2

Garrick van Buren 12 年之前
父节点
当前提交
856b15c6d0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      assets/stylesheets/foreground.css

+ 1 - 1
assets/stylesheets/foreground.css

@@ -21,7 +21,7 @@ small {
   font-size: 80%;
 }
 
-h3 small.label {
+h2 small.label {
   font-size: small;
   display:block;
 }