Make sure toolbar reset includes text-shadow: none. props kwight. fixes #25260.
Built from https://develop.svn.wordpress.org/trunk@26451 git-svn-id: http://core.svn.wordpress.org/trunk@26349 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8c60f742a1
commit
375bcb5f91
|
@ -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;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue