Move reply to to the right

This commit is contained in:
Robin Ward 2014-05-09 16:12:21 -04:00
parent 252b36bb86
commit 2fd5ae2091
1 changed files with 6 additions and 4 deletions

View File

@ -74,7 +74,7 @@ article.post {
.cooked { .cooked {
padding: 5px 0; padding: 5px 0;
margin-left: 70px; margin-left: 65px;
word-wrap: break-word; word-wrap: break-word;
img { img {
@ -99,11 +99,13 @@ img.emoji {
.in-reply-to { .in-reply-to {
font-size: 13px; font-size: 13px;
margin-left: 15px; width: 200px;
margin-top: 4px; text-align: center;
margin-top: 2px;
margin-bottom: 6px; margin-bottom: 6px;
display: inline-block; display: inline-block;
color: #999; float: right;
color: #0088cc;
} }
.replies { .replies {