From d982007d984a1f07898c89c1a03ec252baf3e8c6 Mon Sep 17 00:00:00 2001 From: nac26 Date: Thu, 27 Jan 2011 15:29:20 +0000 Subject: [PATCH] NIHVIVO-1924 Added explicit color for #adminDashboard h4 so as to not inadvertently collide with general h4 rules from theme --- webapp/web/css/admin.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/web/css/admin.css b/webapp/web/css/admin.css index efde613d4..ee525bc46 100644 --- a/webapp/web/css/admin.css +++ b/webapp/web/css/admin.css @@ -21,6 +21,7 @@ #adminDashboard .pageBodyGroup h4 { margin: 0; padding: 0; + color: #666; } #adminDashboard .pageBodyGroup h3 {