From: Ian Weller Date: Tue, 11 Apr 2017 18:30:04 +0000 (-0400) Subject: I added the new graphic X-Git-Tag: v1.2.22^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9ce0d811d16ae76765197f42fef3444f4236ce8a;p=WP-Themes%2Fmountpleasantwow.git I added the new graphic I added the new golf graphic and made some style adjustments so it would be in the same place. --- diff --git a/assets/Central-Swing-Logo-white.png b/assets/Central-Swing-Logo-white.png new file mode 100644 index 0000000..64ecbe5 Binary files /dev/null and b/assets/Central-Swing-Logo-white.png differ diff --git a/css/app.css b/css/app.css index 3383f5b..cda4b7d 100644 --- a/css/app.css +++ b/css/app.css @@ -6521,7 +6521,7 @@ header#page-header { #golf-logo-img { position: relative; - bottom: -40px; } + bottom: -17px; } #sm-logo img { padding-top: 20px; } diff --git a/header.php b/header.php index fb72daf..f3317c8 100644 --- a/header.php +++ b/header.php @@ -69,7 +69,7 @@ Note 2: 'Nb cols' parameter for Bootstrap only. ID ) == "page-golf-template.php") { ?>
- +
diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 015d9ba..5ff25b1 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -122,7 +122,7 @@ header#page-header { } #golf-logo-img { position: relative; - bottom: -40px; + bottom: -17px; } #sm-logo { img {