From 48f2c4d175d8a15c8fcfa9a6a2d0f4e5e9eba62d Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 26 Jan 2016 11:52:11 -0500 Subject: [PATCH] bumped style.css version # for cache busting, added padding to topbar ul li a --- css/app.css | 2 +- header.php | 2 +- scss/_topbar.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index 639a92e..55d566f 100644 --- a/css/app.css +++ b/css/app.css @@ -6461,7 +6461,7 @@ header { padding: 0 20px; color: #FFFFFF; } .top-bar-section ul li:not(.has-form):not(.active) > a:not(.button) { - padding: 19px 5px; + padding: 20.5px 5px; line-height: 1.4; } .top-bar-section ul li:not(.has-form) > a:not(.button) { padding: 19px 5px; diff --git a/header.php b/header.php index d14a970..4d75672 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 4edf791..de02a7e 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -53,7 +53,7 @@ &:not(.has-form):not(.active) { & > a:not(.button) { // background: transparent; - padding: 19px 5px; + padding: 20.5px 5px; line-height: 1.4; } } -- 2.17.1