Parcourir la source

removed display:block from table th

Garrick van Buren il y a 12 ans
Parent
commit
7968047177
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  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;
 }