Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
nackle2k10 committed Jun 5, 2014
1 parent e6ff2fe commit 4f3b248
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="http://wordpress.org/extend/plugins/custom-content-portfolio">Custom Content Portfolio</a> 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
Expand Down
8 changes: 7 additions & 1 deletion sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down
10 changes: 8 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand All @@ -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; }
Expand Down

0 comments on commit 4f3b248

Please sign in to comment.