From: Laury GvR Date: Tue, 2 Feb 2016 18:16:32 +0000 (-0500) Subject: New background image X-Git-Tag: v1.0.0^2~10 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a416272b4bd9871cf123ca6a58bff2b659614bfb;p=WP-Themes%2Fsaultstemarie.git New background image --- diff --git a/assets/1060+Winter+Beach.jpg b/assets/1060+Winter+Beach.jpg new file mode 100644 index 0000000..42f6eaf Binary files /dev/null and b/assets/1060+Winter+Beach.jpg differ diff --git a/assets/main-bkgrd-image.jpg b/assets/main-bkgrd-image.jpg deleted file mode 100644 index 456d49d..0000000 Binary files a/assets/main-bkgrd-image.jpg and /dev/null differ diff --git a/css/app.css b/css/app.css index 2841baf..486d054 100644 --- a/css/app.css +++ b/css/app.css @@ -6452,7 +6452,7 @@ header { .tab-bar .tab-bar-section.middle { text-align: right; } -.top-bar-section ul#menu-main-menu > li > ul > li:hover:not(.has-form) > a { +.top-bar-section ul#menu-main-menu > li:hover:not(.has-form) > a { border-left-width: 1px; border-right-width: 1px; border-top-width: 0; @@ -7540,7 +7540,7 @@ footer { background-color: transparent; } .bg-container { - background: url(../assets/main-bkgrd-image.jpg) no-repeat bottom; + background: url(../assets/1060+Winter+Beach.jpg) no-repeat bottom; padding-bottom: 151px; background-size: cover; margin-top: 86px; } diff --git a/scss/_structure.scss b/scss/_structure.scss index 6c49a26..4d08a0b 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -15,7 +15,7 @@ background-color: transparent; } .bg-container { - background: url(../assets/main-bkgrd-image.jpg) no-repeat bottom; + background: url(../assets/1060+Winter+Beach.jpg) no-repeat bottom; padding-bottom: 151px; background-size: cover; margin-top: 86px; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 59cf50e..e9cdd64 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -13,7 +13,7 @@ text-align: right; } } -.top-bar-section ul#menu-main-menu > li > ul > li:hover:not(.has-form) > a { +.top-bar-section ul#menu-main-menu > li:hover:not(.has-form) > a { border-left-width: 1px; border-right-width: 1px; border-top-width: 0;