From cf0fccec1fa081251af21ce056ae4aff41724b01 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 19 Nov 2013 11:45:49 -0800 Subject: [PATCH] Revert padding; fixes header baseline --- app/assets/stylesheets/common.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index ebc5109c6..07428268a 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -357,7 +357,7 @@ nav.secondary { display: inline-block; text-decoration: none; color: $darkgrey; - padding: 3px 5px 5px 5px; + padding: 5px; &:hover { color: darken($darkgrey, 25%); } } -- 2.39.5