summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2016-01-07 11:25:56 -0500
committerhmhealey <harrisonmhealey@gmail.com>2016-01-07 11:25:56 -0500
commit1cf1de3ff9ba73fb60ae1107cbf88efffa4be3d7 (patch)
tree723006dc80207c389d6ff2eb629820f9673d82ea /web
parent8f433b437ac377fb0f5debbbe6867b26478f4e96 (diff)
downloadchat-1cf1de3ff9ba73fb60ae1107cbf88efffa4be3d7.tar.gz
chat-1cf1de3ff9ba73fb60ae1107cbf88efffa4be3d7.tar.bz2
chat-1cf1de3ff9ba73fb60ae1107cbf88efffa4be3d7.zip
Fixed vertical spacing between lists and paragraphs in post bodies
Diffstat (limited to 'web')
-rw-r--r--web/sass-files/sass/partials/_post.scss14
1 files changed, 3 insertions, 11 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 91cdf8e07..7dce26ee6 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -417,12 +417,6 @@ body.ios {
background-color: beige;
}
- ul {
- margin: 0;
- padding: 0;
- }
-
-
p {
margin: 0;
line-height: 1.6em;
@@ -675,12 +669,10 @@ body.ios {
max-height: 400px;
}
- ul {
- margin-bottom: 0.4em;
- padding: 5px 0 0 20px;
- }
-
ul, ol {
+ padding-top: 5px;
+ margin-bottom: 0.4em;
+
p {
margin-bottom: 0;
}