diff --git a/composer.json b/composer.json index 80db6aab..6d0bb8ef 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/readme.txt b/readme.txt index bed5ba3d..a01198da 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/src/stylus/object/project/breadcrumbs.styl b/src/stylus/object/project/breadcrumbs.styl index 073689ed..6c357c89 100644 --- a/src/stylus/object/project/breadcrumbs.styl +++ b/src/stylus/object/project/breadcrumbs.styl @@ -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); } } } diff --git a/src/stylus/object/project/comment.styl b/src/stylus/object/project/comment.styl index ebda49c2..86e186a9 100644 --- a/src/stylus/object/project/comment.styl +++ b/src/stylus/object/project/comment.styl @@ -5,7 +5,7 @@ a { @extend $_btn; _font-size-line-height(_base-font-size-px - 2); - _padding(.25, .5); + _padding(.25rem, 1rem); } } } diff --git a/src/stylus/object/project/global-nav.styl b/src/stylus/object/project/global-nav.styl index 5f125e09..93f56701 100644 --- a/src/stylus/object/project/global-nav.styl +++ b/src/stylus/object/project/global-nav.styl @@ -19,7 +19,7 @@ > a { color: #fff; - _padding(.25, .5); + _padding(.5rem, 1rem); } } } diff --git a/src/stylus/style.styl b/src/stylus/style.styl index 2b73d546..ca9721d3 100644 --- a/src/stylus/style.styl +++ b/src/stylus/style.styl @@ -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