diff options
author | Unknwon <u@gogs.io> | 2015-09-05 14:14:03 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-05 14:14:03 -0400 |
commit | d48cde6ec8ec47083100326b3ac2c42e6859e078 (patch) | |
tree | a1a80b5ba72afaedf350cf368a5c3c4cdc9acdc6 /public/ng/less/gogs/base.less | |
parent | 3b0c2cb480de28c97fced6857f9c0e006ac2a943 (diff) |
#633 emoji
Diffstat (limited to 'public/ng/less/gogs/base.less')
-rw-r--r-- | public/ng/less/gogs/base.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/ng/less/gogs/base.less b/public/ng/less/gogs/base.less index a85f0fad..ede56f01 100644 --- a/public/ng/less/gogs/base.less +++ b/public/ng/less/gogs/base.less @@ -299,3 +299,8 @@ clear: both; padding-left: 0; list-style: none; } +.emoji { + width: 1.5em; + height: 1.5em; + display: inline-block; +}
\ No newline at end of file |