Add emoji style for blogs

This commit is contained in:
Robin Ward 2014-03-19 17:51:06 -04:00
parent 342d09bc34
commit 52fbce07ed

View file

@ -41,6 +41,11 @@ article.post {
}
}
img.emoji {
width: 20px;
height: 20px;
}
.post-replies {
background-color: #eee;
padding: 5px;