From 06205e7bde71c7d3eb669e3ba374ee8a9c546823 Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Fri, 24 Oct 2014 16:13:50 -0700 Subject: [PATCH] More alignment fixes for news feed --- sass/_project-sass/_project-Main.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index bb48a817..2534aae1 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -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;