summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-01-11 06:54:10 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-01-11 06:54:10 -0500
commit2d141c29826f31aacad286b63cca61a551c619a8 (patch)
tree03072ce71d4142626b80b49978ad62f6a1f3280e /web
parenta1497aa73fb43a8ba73ba102e3660bd4337d71c3 (diff)
parenta88091965fadb60c0a5327779fac9c9fc971a9c4 (diff)
downloadchat-2d141c29826f31aacad286b63cca61a551c619a8.tar.gz
chat-2d141c29826f31aacad286b63cca61a551c619a8.tar.bz2
chat-2d141c29826f31aacad286b63cca61a551c619a8.zip
Merge pull request #1828 from hmhealey/plt1397
PLT-1397/PLT-1580/PLT-1614 Fixed spacing around markdown lists and paragraphs
Diffstat (limited to 'web')
-rw-r--r--web/sass-files/sass/partials/_post.scss21
1 files changed, 6 insertions, 15 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 937b08084..31ad586ba 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;
@@ -671,20 +665,17 @@ body.ios {
@include legacy-pie-clearfix;
width: calc(100% - 75px);
- img {
- max-height: 400px;
- }
-
- ul {
- margin-bottom: 0.6em;
- padding: 5px 0 0 20px;
+ p {
+ margin: 0 0 0.4em;
}
- ul + p {
- margin-top: 1em;
+ img {
+ max-height: 400px;
}
ul, ol {
+ margin-bottom: 0.4em;
+
p {
margin-bottom: 0;
}