Navigation Menu

Skip to content

Commit

Permalink
modified: changelog.txt
Browse files Browse the repository at this point in the history
	modified:   lib/customize.php
	modified:   style.css
  • Loading branch information
tenman committed Aug 27, 2015
1 parent dc1d14d commit 2888f6a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 5 additions & 2 deletions changelog.txt
@@ -1,5 +1,5 @@
Changelog -----------------------------------
version:1.318
version:1.319
Overview of Changes
Fixed
Change from PHP4 constuctor to PHP5 __construct
Expand All @@ -20,14 +20,17 @@ Overview of Changes
Customizer Preview works improperly ( when change columns count )
Raindrops $raindrops_base_setting_args
$var name change from raindrops_sidebar_catetory to raindrops_sidebar_category
Customizer menu
Category New Post display improperly,
Pinup entries display improperly

Add body class
For Windows10 edge browser CSS class

Files Modified

Description of Code Changes
please see https://themes.trac.wordpress.org/changeset?old_path=raindrops/1.316&new_path=raindrops/1.318
please see https://themes.trac.wordpress.org/changeset?old_path=raindrops/1.316&new_path=raindrops/1.319
-----------------------------------------------

Changelog -----------------------------------
Expand Down
6 changes: 6 additions & 0 deletions lib/customize.php
Expand Up @@ -2035,14 +2035,18 @@ function raindrops_customizer_style() {

$css = <<<CUSTOMIZER_CSS
/* control area */
#customize-footer-actions .collapse-sidebar-label,
li.customize-control .customizer-section-intro,
li.customize-control .raindrops-description,
li.customize-control .raindrops-changelog a,
li.customize-control .inner span{
color:$admin_color_base;
}
li.customize-control .widget-inside .widget-content,
.accordion-section-content li.customize-control{
border:1px solid rgba(52,52,52,.1);
padding-bottom:1em;
Expand All @@ -2056,6 +2060,8 @@ function raindrops_customizer_style() {
color:$admin_color_focus;
}
/* label */
li.customize-control .widget-content p,
li.customize-control .widget-inside .widget-content h4,
.accordion-section-content li.customize-control label{
color:$admin_color_current;
}
Expand Down
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -4,7 +4,7 @@ Theme URI: http://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: http://www.tenman.info/wp3/
Version: 1.318
Version: 1.319
Tags: black, blue, gray, brown, green, orange, pink, purple, red, silver, tan, white, yellow, dark, light, 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, fixed-layout, fluid-layout, responsive-layout, rtl-language-support, microformats
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit 2888f6a

Please sign in to comment.