From: Steve Sutton Date: Fri, 3 Aug 2018 16:44:02 +0000 (-0400) Subject: un bold field names X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1a759c009476d25ab1869dcd78e485108a4d9dce;p=WP-Plugins%2Fglm-member-db-fields.git un bold field names Remove the bold from field names. --- diff --git a/css/admin.css b/css/admin.css index cdd8308..9973263 100644 --- a/css/admin.css +++ b/css/admin.css @@ -2,7 +2,7 @@ padding: 0 5px 10px 5px; } .glm-admin-custom-fields .glm-custom-field-label{ - font-weight: bold; + font-weight: normal; line-height: 1; } .glm-admin-custom-fields .glm-input-wrapper{