Skip to content

Commit

Permalink
Fix header layout. closes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Jul 27, 2016
1 parent b94ae26 commit d18e5f6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
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.1",
"version": "2.0.6",
"private": "true",
"repository": {
"type": "git",
Expand Down
5 changes: 4 additions & 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.5.3
Stable tag: 2.0.5
Stable tag: 2.0.6
License: GPLv2 or later
Image License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -18,6 +18,9 @@ Boutique is a child theme for Storefront meaning that both themes must be instal

== Changelog ==

= 2016.07.27 - 2.0.6 =
* Fix - Header layout

= 2016.07.05 - 2.0.5 =
* Tweak - Author / Theme URL and Theme Tags.

Expand Down
5 changes: 3 additions & 2 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: WooThemes
Author URI: http://woocommerce.com
Template: storefront
Version: 2.0.5
Version: 2.0.6
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 @@ -282,7 +282,8 @@ table.cart td.actions {
padding: 0 5.874em; }
.boutique-primary-navigation {
position: relative;
margin: -5.874em;
margin-right: -5.874em;
margin-left: -5.874em;
padding: 0 5.874em;
border-top-right-radius: 0.327em;
border-top-left-radius: 0.327em;
Expand Down
5 changes: 3 additions & 2 deletions 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: WooThemes
Author URI: http://woocommerce.com
Template: storefront
Version: 2.0.5
Version: 2.0.6
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 @@ -282,7 +282,8 @@ table.cart td.actions {
padding: 0 5.874em; }
.boutique-primary-navigation {
position: relative;
margin: -5.874em;
margin-left: -5.874em;
margin-right: -5.874em;
padding: 0 5.874em;
border-top-left-radius: 0.327em;
border-top-right-radius: 0.327em;
Expand Down
5 changes: 3 additions & 2 deletions 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: WooThemes
Author URI: http://woocommerce.com
Template: storefront
Version: 2.0.5
Version: 2.0.6
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 @@ -363,7 +363,8 @@ table.cart {

.boutique-primary-navigation {
position: relative;
margin: 0 -$horizontal_padding;
margin-left: -$horizontal_padding;
margin-right: -$horizontal_padding;
padding: 0 $horizontal_padding;
@include border-top-radius(.327em);
box-shadow:
Expand Down

0 comments on commit d18e5f6

Please sign in to comment.