From: Anthony Talarico Date: Tue, 26 Jan 2016 16:52:11 +0000 (-0500) Subject: bumped style.css version # for cache busting, added padding to topbar ul li a X-Git-Tag: v1.0.0^2~97 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=48f2c4d175d8a15c8fcfa9a6a2d0f4e5e9eba62d;p=WP-Themes%2Fsaultstemarie.git bumped style.css version # for cache busting, added padding to topbar ul li a --- 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; } }