From f430d2c6e1473f3e5fd0c4f8af4c44ad0bf39230 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 24 Jan 2013 14:31:14 +0000 Subject: [PATCH] Remove redundant CSS rule - table headings are already bold --- app/assets/stylesheets/common.css.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 4d0688fa2..db14033a5 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1593,10 +1593,6 @@ a.button.submit { padding: 0px 15px 0px 0px !important; } - table > thead th { - font-weight: bold; - } - td { font-family: fixed; line-height: 16px; -- 2.43.2