Fixed vertical spacing between lists and paragraphs in post bodies

Этот коммит содержится в:
hmhealey
2016-01-07 11:25:56 -05:00
родитель 8f433b437a
Коммит 1cf1de3ff9

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

@@ -417,12 +417,6 @@ body.ios {
background-color: beige; background-color: beige;
} }
ul {
margin: 0;
padding: 0;
}
p { p {
margin: 0; margin: 0;
line-height: 1.6em; line-height: 1.6em;
@@ -675,12 +669,10 @@ body.ios {
max-height: 400px; max-height: 400px;
} }
ul {
margin-bottom: 0.4em;
padding: 5px 0 0 20px;
}
ul, ol { ul, ol {
padding-top: 5px;
margin-bottom: 0.4em;
p { p {
margin-bottom: 0; margin-bottom: 0;
} }