diff --git a/changelog.txt b/changelog.txt index 88c34df..d580092 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ *** Boutique Changelog *** +2017.07.03 - version 2.0.10 + * Fix - Invalid default body color. + 2017.06.06 - version 2.0.9 * Tweak - Remove homepage top padding. diff --git a/inc/class-boutique-customizer.php b/inc/class-boutique-customizer.php index 9d66780..3c6a574 100644 --- a/inc/class-boutique-customizer.php +++ b/inc/class-boutique-customizer.php @@ -57,7 +57,7 @@ public function get_boutique_defaults() { 'storefront_accent_color' => '#7c7235', 'storefront_button_alt_background_color' => '#7c7235', 'storefront_button_background_color' => '#eeeeee', - 'background_color' => '#303030', + 'background_color' => '303030', ) ); } diff --git a/package.json b/package.json index 327cf1e..1ae34e9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "boutique", "description": "Boutique child theme for Storefront", - "version": "2.0.7", + "version": "2.0.10", "private": "true", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index ece5689..db04fc7 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: woothemes, jameskoster, tiagonoronha Tags: e-commerce, light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready Requires at least: 4.0 Tested up to: 4.7.2 -Stable tag: 2.0.8 +Stable tag: 2.0.10 License: GPLv2 or later Image License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/style-rtl.css b/style-rtl.css index 1f902af..65e708b 100644 --- a/style-rtl.css +++ b/style-rtl.css @@ -5,7 +5,7 @@ Description: A Storefront child theme designed for small WooCommerce stores / bo Author: WooCommerce Author URI: http://woocommerce.com Template: storefront -Version: 2.0.8 +Version: 2.0.10 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: e-commerce, light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready @@ -270,20 +270,22 @@ table.cart td.actions { .widget_recent_entries ul li:before, .widget_pages ul li:before { content: "\f15c" !important; } +.page-template-template-homepage:not(.has-post-thumbnail) .site-main, .page-template-template-homepage .site-main { padding-top: 0; } - .page-template-template-homepage .site-main > .type-page:first-child { - width: auto !important; - margin-right: 0 !important; } - .page-template-template-homepage .site-main > .type-page:first-child.hentry .entry-header { - margin-right: auto; - margin-left: auto; } - .page-template-template-homepage .site-main > .type-page:first-child.hentry .entry-header h1 { - font-size: 2.618em; } - .page-template-template-homepage .site-main > .type-page:first-child .col-full { - padding: 0; - background: none; - box-shadow: none; } + +.page-template-template-homepage .site-main > .type-page:first-child { + width: auto !important; + margin-right: 0 !important; } + .page-template-template-homepage .site-main > .type-page:first-child.hentry .entry-header { + margin-right: auto; + margin-left: auto; } + .page-template-template-homepage .site-main > .type-page:first-child.hentry .entry-header h1 { + font-size: 2.618em; } + .page-template-template-homepage .site-main > .type-page:first-child .col-full { + padding: 0; + background: none; + box-shadow: none; } .content-area, .widget-area { diff --git a/style.css b/style.css index 81d149b..13e9724 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Description: A Storefront child theme designed for small WooCommerce stores / bo Author: WooCommerce Author URI: http://woocommerce.com Template: storefront -Version: 2.0.9 +Version: 2.0.10 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: e-commerce, light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready diff --git a/style.scss b/style.scss index a5d2209..4dbcf73 100644 --- a/style.scss +++ b/style.scss @@ -5,7 +5,7 @@ Description: A Storefront child theme designed for small WooCommerce stores / bo Author: WooCommerce Author URI: http://woocommerce.com Template: storefront -Version: 2.0.9 +Version: 2.0.10 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: e-commerce, light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready