summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorVikrant Chaudhary <nasa42@gmail.com>2015-09-23 10:38:30 +0530
committerVikrant Chaudhary <nasa42@gmail.com>2015-09-23 10:38:30 +0530
commit302daba5e0e2396a906fda6d436a3d49601c8a3b (patch)
treeb1963ac6dd4f2bade71bd532b1ced66097ec4bbe /themes
parentde9151dfb42f08b378985ecfb595112379c91aef (diff)
Fix the size of emoji.
Diffstat (limited to 'themes')
-rw-r--r--themes/newsletter/templates/base.html6
-rw-r--r--themes/rusted/static/css/_layout.scss7
2 files changed, 13 insertions, 0 deletions
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;
+ }
</style>
</head>
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