From 302daba5e0e2396a906fda6d436a3d49601c8a3b Mon Sep 17 00:00:00 2001 From: Vikrant Chaudhary Date: Wed, 23 Sep 2015 10:38:30 +0530 Subject: Fix the size of emoji. --- themes/newsletter/templates/base.html | 6 ++++++ themes/rusted/static/css/_layout.scss | 7 +++++++ 2 files changed, 13 insertions(+) (limited to 'themes') diff --git a/themes/newsletter/templates/base.html b/themes/newsletter/templates/base.html index 3d01205..bf2edaa 100644 --- a/themes/newsletter/templates/base.html +++ b/themes/newsletter/templates/base.html @@ -155,6 +155,12 @@ vertical-align:bottom; } + .emoji { + width: 20px; + height: 20px; + vertical-align: middle; + border: 0px none; + } diff --git a/themes/rusted/static/css/_layout.scss b/themes/rusted/static/css/_layout.scss index 99e3aa4..c72f4e0 100644 --- a/themes/rusted/static/css/_layout.scss +++ b/themes/rusted/static/css/_layout.scss @@ -129,3 +129,10 @@ body > footer { font-size: 16px; } } + +.emoji { + width: 20px; + height: 20px; + vertical-align: middle; + border: 0px none; +} \ No newline at end of file -- cgit v1.2.3