Skip to content

Commit

Permalink
Invalid default body background color.
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagonoronha committed Jul 3, 2017
1 parent 0b12d26 commit 43c8966
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 18 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion inc/class-boutique-customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
) );
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
28 changes: 15 additions & 13 deletions style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43c8966

Please sign in to comment.