Skip to content

Commit

Permalink
modified: README.txt
Browse files Browse the repository at this point in the history
	modified:   changelog.txt
	modified:   style.css
  • Loading branch information
tenman committed Jan 11, 2018
1 parent ad3b26f commit 68e8b0e
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 10 deletions.
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: nobita
Requires at least: WordPress 4.6
Tested up to: WordPress 4.9.1
Stable tag: 1.487
Version: 1.504
Stable tag: 1.504
Version: 1.505
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-colors, custom-header, custom-background, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, translation-ready, post-formats, featured-images, full-width-template, rtl-language-support, microformats, grid-layout, flexible-header, custom-logo, featured-image-header, footer-widgets
Expand Down
32 changes: 32 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,36 @@
Changelog -----------------------------------
version:1.505

Overview of Changes

Almost relate CSS
Main changes Gutenberg front and editor style.

Modified Add style for Gutenberg Plugin
Modified Add Oembed instagram wrapper div.rd-instagram
Added function raindrops_width_class_and_relate_settings()
Fixed function raindrops_gallerys_clone funny code
Fixed wrong styles in lib/csscolor.css.php
Removed oembed instagram script in raindrops.js
Removed br.clear element and added clearfix in block

Files Modified
modified: admin-options.css
modified: editor-style.css
modified: functions.php
modified: languages/css/ja.css
modified: lib/alias_functions.php
modified: lib/csscolor.css.php
modified: plugins/plugins-presentation.php
modified: raindrops.js
modified: responsiveness.css
modified: style.css
modified: widget-sticky.php

Description of Code Changes
please see https://themes.trac.wordpress.org/changeset?old_path=raindrops/1.504&new_path=raindrops/1.505
-----------------------------------------------Changelog -----------------------------------
Changelog -----------------------------------
version:1.504

Overview of Changes
Expand Down
16 changes: 8 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://www.tenman.info/wp3/raindrops/
Description: This theme can change freely fonts,layout,color scheme and header image for each post,page. The google fonts, you can use freely in the post more than 90percent of the fonts.Color scheme and layout, you can freely change from theme customizer.For more updates, please make sure to open the link of the changelog from the help tab of this theme page.Add new post, so also to help tab of edit post page has been described how to use tips, please visit. Supported languages Japanese - JAPAN (ja) French - FRANCE (fr_FR) Polish - POLAND (PL) (pl_PL) Portuguese - BRAZIL (pt_BR)
Author: Tenman
Author URI: https://www.tenman.info/wp3/
Version: 1.504
Version: 1.505
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-colors, custom-header, custom-background, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, translation-ready, post-formats, featured-images, full-width-template, rtl-language-support, microformats, grid-layout, flexible-header, custom-logo, featured-image-header, footer-widgets
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -329,7 +329,7 @@ body:not(.rd-col-3).error404 .entry-title,
margin-bottom:.75em;
clear:none;
display:table;
/* @1.505
/* @1.505
display:-ms-flexbox;
display:flex;
-ms-flex-direction:column;
Expand Down Expand Up @@ -952,9 +952,9 @@ blockquote p:last-child{
}
.entry-content > div{
margin:1em 0;
float:none;
float:none;
}
.entry-content > div:before,
.entry-content > div:before,
.entry-content > div:after{
content: " ";
display: table;
Expand Down Expand Up @@ -1220,7 +1220,7 @@ article ul{
}
.widgettext .rd-table-wrapper.alignright > .alignright,
.entry-content .rd-table-wrapper.alignright > .alignright{
/* @see raindrops_width_class_and_relate_settings() */
/* @see raindrops_width_class_and_relate_settings() */
position:relative;
float:none;
left:calc(-50% - 1.5em );
Expand Down Expand Up @@ -2963,7 +2963,7 @@ img.alignleft,
clear:left;
float: left;
padding:0 10px 5px 0;
box-sizing:border-box;
box-sizing:border-box;
}
div.alignright,
img.alignright,
Expand All @@ -2983,7 +2983,7 @@ div.alignleft{
.rd-grid.alignright,
.rd-grid.alignleft{
padding:0;
}
}
div.alignleft{
margin-right:1em;
}
Expand Down Expand Up @@ -9295,7 +9295,7 @@ html[xmlns="http://www.w3.org/1999/xhtml"] .rsidebar .widget_media_image .alignn
#ft .widget_categories ul:not(.children) .cat-item,
.widget_categories ul:not(.children) .cat-item{
display:list-item;
overflow:hidden;
overflow:hidden;
}

.topsidebar .sticky-widget.widget_categories .cat-item{
Expand Down

0 comments on commit 68e8b0e

Please sign in to comment.