Fix the style sheet for admin.css
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 24 Jun 2016 15:46:35 +0000 (11:46 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 24 Jun 2016 15:46:35 +0000 (11:46 -0400)
There was a missing end bracket.

css/admin.css

index 788a6b6..bc527c1 100644 (file)
@@ -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
+}