From e8c555259f30c3add423bd89b25d2da105a98e16 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 2 Jun 2013 20:03:16 -0400 Subject: [PATCH] unbold collections text --- dashboard-ui/css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index a4226703bf..4bc5ef9673 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -65,7 +65,7 @@ h2 { } h1 a { - font-weight: normal; + font-weight: normal!important; text-decoration: none; }