Bring reply link up closer to comment details

This commit is contained in:
Nathan Leniz
2015-03-07 20:57:28 +09:00
parent b776be58e5
commit 485bbcc3a9
2 changed files with 5 additions and 1 deletions

View File

@ -196,6 +196,10 @@ ul {
margin-top: -15px;
}
.negative-20 {
margin-top: -20px;
}
.landing-p {
font-size: 18px !important;
}

View File

@ -52,7 +52,7 @@
"</div>" +
"</h6>" +
"</div>" +
"<div class='row negative-15'>" +
"<div class='row negative-20'>" +
"<div class='col-xs-6 comment-a-comment'>" +
"<h6>" +
"<a id='" + commentDetails._id + "'>Reply</a>" +