Procházet zdrojové kódy

removed display:block from table th

Garrick van Buren před 12 roky
rodič
revize
7968047177
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4 1
      assets/stylesheets/foreground.css

+ 4 - 1
assets/stylesheets/foreground.css

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