Fix emoji generation and styling

This commit is contained in:
Riyad Preukschas 2012-11-16 23:25:07 +01:00
parent bd60a4ed40
commit 534bd5a268
2 changed files with 19 additions and 13 deletions

View file

@ -692,3 +692,9 @@ h1.http_status_code {
}
}
}
img.emoji {
height: 20px;
vertical-align: middle;
width: 20px;
}