summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2016-01-07 11:02:44 -0500
committerhmhealey <harrisonmhealey@gmail.com>2016-01-07 11:02:44 -0500
commit8f433b437ac377fb0f5debbbe6867b26478f4e96 (patch)
tree3e5ef3ee14f54a36572daffb156d38f1e385c901 /web
parent5bcb9f1c50ed9c319d2a21f2ecb4816c51d18b40 (diff)
downloadchat-8f433b437ac377fb0f5debbbe6867b26478f4e96.tar.gz
chat-8f433b437ac377fb0f5debbbe6867b26478f4e96.tar.bz2
chat-8f433b437ac377fb0f5debbbe6867b26478f4e96.zip
Removed extra space below unordered lists
Diffstat (limited to 'web')
-rw-r--r--web/sass-files/sass/partials/_post.scss6
1 files changed, 1 insertions, 5 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 937b08084..91cdf8e07 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -676,14 +676,10 @@ body.ios {
}
ul {
- margin-bottom: 0.6em;
+ margin-bottom: 0.4em;
padding: 5px 0 0 20px;
}
- ul + p {
- margin-top: 1em;
- }
-
ul, ol {
p {
margin-bottom: 0;