mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
Add emoji style for blogs
This commit is contained in:
parent
342d09bc34
commit
52fbce07ed
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ article.post {
|
|||
}
|
||||
}
|
||||
|
||||
img.emoji {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.post-replies {
|
||||
background-color: #eee;
|
||||
padding: 5px;
|
||||
|
|
Loading…
Reference in a new issue