From: Ian Weller Date: Tue, 20 Oct 2015 18:50:15 +0000 (-0400) Subject: replaced default dropdown image X-Git-Tag: v1.0.0^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a430fbf136848a41ddbf287193856ab6ccc5621d;p=WP-Themes%2Fwesternup.git replaced default dropdown image --- diff --git a/assets/tparkganghoriz-1024x454.jpg b/assets/tparkganghoriz-1024x454.jpg new file mode 100644 index 0000000..f028d2f Binary files /dev/null and b/assets/tparkganghoriz-1024x454.jpg differ diff --git a/css/app.css b/css/app.css index fe33a66..77564f2 100644 --- a/css/app.css +++ b/css/app.css @@ -6866,7 +6866,7 @@ h4 { min-height: 200px; height: 100%; background-color: rgba(255, 255, 255, 0.9); - background-image: url(../assets/drop-img.jpg); + background-image: url(../assets/tparkganghoriz-1024x454.jpg); background-repeat: no-repeat; background-position: 0 0; background-size: 576px 180px; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index e326b0a..5113074 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -148,7 +148,7 @@ min-height: 200px; height: 100%; background-color: rgba($white, 0.9); - background-image: url(../assets/drop-img.jpg); + background-image: url(../assets/tparkganghoriz-1024x454.jpg); background-repeat: no-repeat; background-position: 0 0; background-size: 576px 180px;