Merge pull request #1828 from hmhealey/plt1397

PLT-1397/PLT-1580/PLT-1614 Fixed spacing around markdown lists and paragraphs
Этот коммит содержится в:
Joram Wilander
2016-01-11 06:54:10 -05:00
родитель a1497aa73f a88091965f
Коммит 2d141c2982

Просмотреть файл

@@ -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);
p {
margin: 0 0 0.4em;
}
img {
max-height: 400px;
}
ul {
margin-bottom: 0.6em;
padding: 5px 0 0 20px;
}
ul + p {
margin-top: 1em;
}
ul, ol {
margin-bottom: 0.4em;
p {
margin-bottom: 0;
}