PLT-6836 - Updating post spacing (#6745)

* PLT-6836 - Updating post spacing

* Updating post spacing

* Updating post margins
Этот коммит содержится в:
Asaad Mahmood
2017-06-30 13:18:03 +05:00
коммит произвёл George Goldberg
родитель eea64f8049
Коммит 31aeda363c
2 изменённых файлов: 9 добавлений и 4 удалений

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

@@ -32,6 +32,10 @@ h6 {
line-height: 1.5; line-height: 1.5;
margin: 10px 0; margin: 10px 0;
&:first-child {
margin: 5px 0 10px;
}
.emoticon { .emoticon {
min-height: 1.5em; min-height: 1.5em;
min-width: 1.5em; min-width: 1.5em;

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

@@ -1221,7 +1221,7 @@
} }
p + p { p + p {
margin: 1.2em 0 0; margin: 0.5em 0 0;
} }
img { img {
@@ -1231,7 +1231,8 @@
ul, ul,
ol { ol {
font-size: 13.5px; font-size: 13.5px;
margin-bottom: .4em; margin-bottom: .11em;
margin-top: 3px;
padding-left: 20px; padding-left: 20px;
p { p {
@@ -1283,12 +1284,12 @@
ul + p, ul + p,
ol + p { ol + p {
margin-top: 1em; margin-top: .6em;
} }
p + ul, p + ul,
p + ol { p + ol {
margin-top: 1em; margin-top: .6em;
} }
.pending-post-actions { .pending-post-actions {