More alignment fixes for news feed

This commit is contained in:
Victoria Wang 2014-10-24 16:13:50 -07:00
parent f26ee30b74
commit 06205e7bde

View file

@ -637,7 +637,14 @@ a.tag:hover {
margin-right: 6px;
}
.news-item .content {
padding: 0 0 0 32px;
padding: 0;
margin-left: 32px;
}
.news-item.comment .actions, .news-item.comment .content {
margin-left: 20px;
}
.news-item.comment .comments .actions {
margin-left: 47px;
}
.news-item .comments {
margin-top: .7em;
@ -680,6 +687,9 @@ a.tag:hover {
.interior .header-Outro .actions a {
margin-right: 6px;
}
.interior .header-Outro .actions a:first-of-type {
margin-left: 0;
}
.interior .header-Outro .stats {
margin-bottom: 1.2em;
float: left;