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

removed display:block from table th

Garrick van Buren пре 12 година
родитељ
комит
7968047177
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      assets/stylesheets/foreground.css

+ 4 - 1
assets/stylesheets/foreground.css

@@ -35,10 +35,13 @@ h2 small.label {
   text-align: right;
 }
 
+.large-2 strong, .large-2 b {
+  display: block;
+}
+
 .large-2 strong, .large-2 b, table th {
   font-size: 0.875em;
   color: #4d4d4d;
-  display: block;
   font-weight: 500;
 }