UX: post content was moving up when viewing replies

This commit is contained in:
Arpit Jalan 2015-06-03 20:24:41 +05:30
parent 74b121beeb
commit 4c14d981d7

View file

@ -135,7 +135,7 @@ aside.quote {
// this ensures consistent top margin on topic posts even if the first line of a post
// is a top-margin-less element like a list or image.
.topic-body .contents {
.topic-body .regular {
margin-top: 15px;
}