From 52fbce07edfa6d42a79329f9369f303e69b8e282 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Wed, 19 Mar 2014 17:51:06 -0400 Subject: [PATCH] Add emoji style for blogs --- app/assets/stylesheets/embed.css.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/embed.css.scss b/app/assets/stylesheets/embed.css.scss index 87e211b66f3..cddd5a9c273 100644 --- a/app/assets/stylesheets/embed.css.scss +++ b/app/assets/stylesheets/embed.css.scss @@ -41,6 +41,11 @@ article.post { } } +img.emoji { + width: 20px; + height: 20px; +} + .post-replies { background-color: #eee; padding: 5px;