Skip to content

Instantly share code, notes, and snippets.

@khoipro
Created April 13, 2016 09:23
Show Gist options
  • Save khoipro/cf46307a3bbb65ffe31b6c8a9888c0de to your computer and use it in GitHub Desktop.
Save khoipro/cf46307a3bbb65ffe31b6c8a9888c0de to your computer and use it in GitHub Desktop.
Default stylesheet in WordPress header.
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment