summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-04-18 20:57:23 +0500
committerCorey Hulen <corey@hulen.com>2016-04-18 08:57:23 -0700
commit72442cfca6844b407bbacf7de7169952f928ee56 (patch)
tree4c250a0291b1af9e711c1efbe736c00456230194 /webapp/sass/layout
parent08331e088b63a7619f5b197d499b2ca680794e3f (diff)
downloadchat-72442cfca6844b407bbacf7de7169952f928ee56.tar.gz
chat-72442cfca6844b407bbacf7de7169952f928ee56.tar.bz2
chat-72442cfca6844b407bbacf7de7169952f928ee56.zip
Minor UI Improvements (#2738)
Diffstat (limited to 'webapp/sass/layout')
-rw-r--r--webapp/sass/layout/_post.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 85447e534..93c4cf642 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -814,7 +814,7 @@ body.ios {
text-indent: 3px;
&:before {
- content: '&#10625;';
+ content: '\2022';
margin-right: 8px;
}
}