Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Dec 12, 2016
1 parent eb07cc2 commit d42439c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Minizuku is a WordPress theme to develop the child theme.",
"type": "wordpress-theme",
"license": "GPL-2.0+",
"version": "0.6.0",
"version": "0.6.1",
"authors": [
{
"name": "Takashi Kitajima",
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: inc2734
Donate link: http://www.amazon.co.jp/registry/wishlist/39ANKRNSTNW40
Tags: editor-style, featured-images
Requires at least: 4.6.0
Tested up to: 4.6.1
Stable tag: 0.6.0
Tested up to: 4.7.0
Stable tag: 0.6.1
License: GPLv2 or later
License URI: license.txt

Expand Down
4 changes: 2 additions & 2 deletions src/stylus/object/project/breadcrumbs.styl
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
padding: 0;

&::after {
_margin(0, .125);
_margin(0, 5px);
}

&:nth-child(n + 2) {
mimizuku-fa("\f105");

&::before {
_margin(0, .125);
_margin(0, 5px);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/stylus/object/project/comment.styl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
a {
@extend $_btn;
_font-size-line-height(_base-font-size-px - 2);
_padding(.25, .5);
_padding(.25rem, 1rem);
}
}
}
2 changes: 1 addition & 1 deletion src/stylus/object/project/global-nav.styl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

> a {
color: #fff;
_padding(.25, .5);
_padding(.5rem, 1rem);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/stylus/style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Theme URI: https://github.com/inc2734/mimizuku/
Author: inc2734
Author URI: http://2inc.org
Description: Minizuku is a WordPress theme to develop the child theme.
Version: 0.6.0
Version: 0.6.1
License: GPLv2 or later
License URI: license.txt
Tags: editor-style, featured-images
Expand Down

0 comments on commit d42439c

Please sign in to comment.