Skip to content

Commit

Permalink
Change : Editor css style and main css style
Browse files Browse the repository at this point in the history
Change : Several minor changes
  • Loading branch information
s56bouya committed Sep 25, 2018
1 parent 29ba4b8 commit 783f6e7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions editor-style.css
Expand Up @@ -2033,7 +2033,7 @@ body#tinymce.wp-editor {
line-height: 2;
word-wrap: break-word;
position: relative;
font-size: 1rem;
font-size: 1.05rem;
max-width: 1200px;
margin: 1rem;
}
Expand Down Expand Up @@ -2245,7 +2245,7 @@ body#tinymce.wp-editor a {
@media only screen and (max-width: 1000px) {
body#tinymce.wp-editor {
line-height: 1.86;
font-size: 0.9rem;
font-size: 0.95rem;
}
body#tinymce.wp-editor h2 {
font-size: 1.4rem;
Expand Down
2 changes: 1 addition & 1 deletion library/customizer/init.php
Expand Up @@ -40,7 +40,7 @@
define('NISHIKI_FEATURED_ITEM_NUM', apply_filters('nishiki_featured_item_num', 3));

// Footer Credit
define( 'NISHIKI_CREDIT', __( 'Powered by WordPress. <a target="_blank" href="https://wordpress.org/themes/nishiki/">The Nishiki theme</a> is Supported by <a target="_blank" href="https://support.animagate.com/product/wp-nishiki/">AnimaGate, Inc.</a>', 'nishiki' ) );
define( 'NISHIKI_CREDIT', __( 'Powered by WordPress.<br><a target="_blank" href="https://wordpress.org/themes/nishiki/">The Nishiki theme</a> is Supported by <a target="_blank" href="https://support.animagate.com/product/wp-nishiki/">AnimaGate, Inc.</a>', 'nishiki' ) );

function nishiki_panel_count() {
$panel_count = 0;
Expand Down
2 changes: 1 addition & 1 deletion main.css
Expand Up @@ -4251,7 +4251,7 @@ i.icomoon {
.single .entry-content,
.page .entry-content {
line-height: 1.86;
font-size: 0.9rem;
font-size: 0.95rem;
}
.single .entry-content h2,
.page .entry-content h2 {
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
@@ -1,7 +1,7 @@
=== Nishiki ===
Requires at least: WordPress 4.5
Tested up to: WordPress 4.9.8
Version: 1.0.10
Version: 1.0.11
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, entertainment, editor-style
Expand Down Expand Up @@ -51,6 +51,10 @@ Created by Keyamoon

== Changelog ==

= 1.0.11 =
* Change : Editor css style and main css style
* Change : Several minor changes

= 1.0.10 =
* Add : Archive page default eye-catching image(Recommended image size 16:9)

Expand Down
2 changes: 1 addition & 1 deletion style.css
@@ -1,7 +1,7 @@
/*
Theme Name: Nishiki
Author: s56bouya
Version: 1.0.10
Version: 1.0.11
Description: Nishiki is a fully responsive theme. Elegance,Refined,Multifunctional. In your admin panel, go to Appearance -> Customize. About 80 customization can be done without writing the code. responsive layout, front page setting, movie setting, etc. Customization often required for web production / website operation can be set.
Tags:one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, featured-images, sticky-post, blog, editor-style
Theme URI: https://support.animagate.com/product/wp-nishiki/
Expand Down

0 comments on commit 783f6e7

Please sign in to comment.