From 8ef21285ab57e372cd4b2c1a9917faec77722c41 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Tue, 30 Jul 2013 13:01:10 -0400 Subject: [PATCH] consistent padding in sidebar menu. --- app/assets/stylesheets/common.css.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 94f3f84e2..8d84f0955 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -306,7 +306,7 @@ table { .left_menu { left: 0px; margin: 0; - padding: $lineheight/4 $lineheight/2; + padding: $lineheight/4 $lineheight/2 $lineheight/2 $lineheight/2; font-size: 12px; line-height: 1.25; list-style-type: none; @@ -332,10 +332,6 @@ table { font-size: 12px; margin: 0; } - - li:last-child h4 { - padding-top: 0; - } } /* -- 2.43.2