projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a623799
)
Fix the style sheet for admin.css
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 24 Jun 2016 15:46:35 +0000
(11:46 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 24 Jun 2016 15:46:35 +0000
(11:46 -0400)
There was a missing end bracket.
css/admin.css
patch
|
blob
|
history
diff --git
a/css/admin.css
b/css/admin.css
index
788a6b6
..
bc527c1
100644
(file)
--- 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
+}