From: Steve Sutton Date: Fri, 24 Jun 2016 15:46:35 +0000 (-0400) Subject: Fix the style sheet for admin.css X-Git-Tag: v2.1.16^2~5^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2ce3a9154d50474c53338d2f06b19ba32c3eb6d0;p=WP-Plugins%2Fglm-member-db.git Fix the style sheet for admin.css There was a missing end bracket. --- diff --git a/css/admin.css b/css/admin.css index 788a6b67..bc527c1e 100644 --- a/css/admin.css +++ b/css/admin.css @@ -356,6 +356,7 @@ input[type=submit], input[type=file] { font-weight: bold; font-size: 16px; border-bottom: 2px #ddd solid; +} #shortcode_builder > h2::before{ position: relative; top: 2px; @@ -389,4 +390,4 @@ input[type=submit], input[type=file] { ::placeholder { /* CSS Working Draft */ color: #888; font-weight: 400; -} \ No newline at end of file +}