Make sure toolbar reset includes text-shadow: none. props kwight. fixes #25260.
git-svn-id: https://develop.svn.wordpress.org/trunk@26451 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d3e135b888
commit
68c1ce14d4
|
@ -4,6 +4,7 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
position: static;
|
||||
text-shadow: none;
|
||||
text-transform: none;
|
||||
letter-spacing: normal;
|
||||
font: normal 13px/32px "Open Sans", sans-serif;
|
||||
|
|
Loading…
Reference in New Issue