This commit is contained in:
Panos Sakkos 2015-11-20 03:22:31 +01:00
parent 0346e869fa
commit 9f5e1a0a16
5 changed files with 17 additions and 2 deletions

View file

@ -317,3 +317,9 @@ body {
/* END Added in { Personal } for Typed Cursor in Header */
code { text-align: left; }
img.emoji {
// Override any img styles to ensure Emojis are displayed inline
margin: 0px !important;
display: inline !important;
}