mirror of
git://develop.git.wordpress.org/
synced 2025-04-04 12:12:41 +02:00
Coding Standards: Add a leading zero in the CSS declarations printed by the print_emoji_styles()
function.
Follow-up to [31733], [31786]. Props audrasjb, sabernhardt. Fixes #54284. git-svn-id: https://develop.svn.wordpress.org/trunk@51918 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ac18b68a32
commit
4dae388d32
@ -5650,7 +5650,7 @@ img.emoji {
|
||||
box-shadow: none !important;
|
||||
height: 1em !important;
|
||||
width: 1em !important;
|
||||
margin: 0 .07em !important;
|
||||
margin: 0 0.07em !important;
|
||||
vertical-align: -0.1em !important;
|
||||
background: none !important;
|
||||
padding: 0 !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user