summaryrefslogtreecommitdiffstats
path: root/themes/pelican-elegant-1.3
diff options
context:
space:
mode:
authorVikrant Chaudhary <nasa42@gmail.com>2015-08-10 19:56:13 +0530
committerVikrant Chaudhary <nasa42@gmail.com>2015-08-10 20:06:37 +0530
commit65243152f0b8f4bf261a5b23c09e25eae70bcc03 (patch)
treefa811420c33ebb933185d61ca832c790a5fb07b0 /themes/pelican-elegant-1.3
parent0ac9b261196368def90d3c200733a93a5e2e2e01 (diff)
TWiR release 91 (10 August 2015).
For now, directly added links to some emoticons. Later, should extend Markdown to parse emoticon :tags:.
Diffstat (limited to 'themes/pelican-elegant-1.3')
-rw-r--r--themes/pelican-elegant-1.3/static/css/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/pelican-elegant-1.3/static/css/style.css b/themes/pelican-elegant-1.3/static/css/style.css
index bb6efd8..e9170e7 100644
--- a/themes/pelican-elegant-1.3/static/css/style.css
+++ b/themes/pelican-elegant-1.3/static/css/style.css
@@ -416,3 +416,10 @@ a#allposts {
width: inherit;
}
}
+
+.emoji {
+ width: 20px;
+ height: 20px;
+ vertical-align: middle;
+ border: 0px none;
+} \ No newline at end of file