浏览代码

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