瀏覽代碼

Fix line-height being to height for table cells

ohartl 9 年之前
父節點
當前提交
82de30f636
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      include/css/style.css

+ 2 - 2
include/css/style.css

@@ -269,8 +269,8 @@ body {
 		}
 
 		#content .table tbody td {
-			line-height: 33px;
-			padding: 0 10px;
+			line-height: 21px;
+			padding: 9px 10px;
 			border: 1px solid rgba(179, 176, 176, 1);
 		}