summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2015-11-30 12:23:24 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2015-11-30 12:23:24 -0500
commitc919bd9e52e56621c9f94007de6410c3810e06c3 (patch)
tree339d708fd4dac016a6df2b336461cd1a284a74d5 /web/sass-files/sass/partials/_post.scss
parent93f08717a8cf40b1e3be138ed9d5b4d76fcfadb9 (diff)
parent8fb741b0c9ea12d7fe1efe942dfa522767faeb86 (diff)
downloadchat-c919bd9e52e56621c9f94007de6410c3810e06c3.tar.gz
chat-c919bd9e52e56621c9f94007de6410c3810e06c3.tar.bz2
chat-c919bd9e52e56621c9f94007de6410c3810e06c3.zip
Merge pull request #1542 from florianorben/PLT-1121
PLT-1121: One element, non-ordered lists and one element, ordered, ne…
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index da161e54f..b7a305427 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -374,9 +374,9 @@ body.ios {
ul {
margin: 0;
padding: 0;
- list-style: none;
}
+
p {
margin: 0 0 1em;
line-height: 1.6em;
@@ -603,6 +603,11 @@ body.ios {
padding: 5px 0 0 20px;
}
+ ul, ol {
+ li ul, li ol {
+ padding: 0 0 0 20px
+ }
+ }
}
.post__link {