Skip to content

Commit

Permalink
Fix error Theme Check plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Oct 13, 2016
1 parent 2bb1f8e commit 07388d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions app/setup/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
*/
add_theme_support( 'html5', [ 'caption', 'comment-form', 'comment-list', 'gallery', 'search-form' ] );

/**
* Add default posts and comments RSS feed links to head.
*/
add_theme_support( 'automatic-feed-links' );

/**
* Use main stylesheet for visual editor
*/
Expand Down
4 changes: 0 additions & 4 deletions src/stylus/foundation/foundation.styl
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#wpadminbar {
z-index: 1;
}

body {
word-wrap: break-word;
background-color: #fff;
Expand Down
2 changes: 1 addition & 1 deletion src/stylus/object/project/drawer.styl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@extend .{bs-prefix}c-drawer;

&__body {
z-index: 10000;
z-index: 100000;
}

&__btn {
Expand Down

0 comments on commit 07388d2

Please sign in to comment.