From 4f3b2484f0510a473988bb79a3f964f8289ab49d Mon Sep 17 00:00:00 2001 From: Hermanto Lim Date: Fri, 6 Jun 2014 00:59:40 +0700 Subject: [PATCH] Update Version --- readme.txt | 2 +- sass/style.scss | 8 +++++++- style.css | 10 ++++++++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index c94774e..263dbc4 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Theme Name: Bearded Theme URI: http://bonfirelab.com/themes/bearded Author: Hermanto Lim Author URI: A responsive CSS3 and HTML5 blogging and portfolio theme. It supports all post formats and has layout, and color options built into the theme customizer. The theme also supports the Custom Content Portfolio plugin, giving artists and other creative people the ability to share their work. -Version: 1.0.5 +Version: 1.0.6 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: custom-background, custom-colors, custom-menu, full-width-template, microformats, sticky-post, theme-options, threaded-comments, translation-ready, orange, black, one-column, two-columns, left-sidebar, right-sidebar, flexible-width diff --git a/sass/style.scss b/sass/style.scss index 2472b5d..55edff1 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -2839,6 +2839,9 @@ td.product-remove, td.product-thumbnail, td.product-price, th.product-remove, th left: 0; .shop-nav { width: 100%; + margin-left: -39px; + padding-left: 39px; + float: left; ul.cart, ul.account-menu { > li { > a { @@ -2858,7 +2861,10 @@ td.product-remove, td.product-thumbnail, td.product-price, th.product-remove, th } } #menu-primary { - display: none; + width: 39px; + #menu-toggle { + @include radius( 0 ); + } } } .admin-bar #navigation.stuck { diff --git a/style.css b/style.css index 51e17c6..e161e8e 100644 --- a/style.css +++ b/style.css @@ -4694,7 +4694,10 @@ td.product-remove, td.product-thumbnail, td.product-price, th.product-remove, th width: 100%; left: 0; } #navigation.stuck .shop-nav { - width: 100%; } + width: 100%; + margin-left: -39px; + padding-left: 39px; + float: left; } #navigation.stuck .shop-nav ul.cart > li > a, #navigation.stuck .shop-nav ul.account-menu > li > a { -webkit-border-radius: 0; border-radius: 0; } @@ -4705,7 +4708,10 @@ td.product-remove, td.product-thumbnail, td.product-price, th.product-remove, th -webkit-border-radius: 0; border-radius: 0; } #navigation.stuck #menu-primary { - display: none; } + width: 39px; } + #navigation.stuck #menu-primary #menu-toggle { + -webkit-border-radius: 0; + border-radius: 0; } .admin-bar #navigation.stuck { top: 32px; }