Преглед изворни кода

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