From 34b9e1c7ca14ded40c592f236359a12ee15a8315 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Thu, 23 Feb 2012 17:26:03 -0800 Subject: [PATCH] fix padding on comment button --- public/stylesheets/sass/new-templates.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/sass/new-templates.scss b/public/stylesheets/sass/new-templates.scss index 20b061c49..ba8b0f115 100644 --- a/public/stylesheets/sass/new-templates.scss +++ b/public/stylesheets/sass/new-templates.scss @@ -576,7 +576,7 @@ $pane-width: 420px; background-color: #000; color: #fff; - &:last-child { + &.comment { padding-right: 5px; margin-right: 0; }