소스 검색

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