summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
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