Skip to content

Commit

Permalink
fixed issue with page and post titles not being set correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredharbour committed Dec 5, 2012
1 parent 8809fc8 commit a791c74
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Espresso Change Log

This will hopefully allow for some basic transparency regarding what gets changed in espresso. Anything we add to the framework will be listed here.
1.0.5
-------------------------------------
- fixed issue with page and post titles not being set to the correct colors

1.0.4
-------------------------------------
- fixed search and tag pagination issue (search form action was causing issue with permalinks)
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
**/
define('PARENT_THEME_NAME', 'Espresso');
define('PARENT_THEME_VERSION', '1.0.4');
define('PARENT_THEME_VERSION', '1.0.5');
define('PARENT_THEME_RELEASE_DATE', date_i18n('F j, Y', '1297144800'));
define('ESPRESSO_NO_CLASS', 'enoclass' );
/**
Expand Down
4 changes: 2 additions & 2 deletions hopper/grinder/beans/espresso-options-style.php
Original file line number Diff line number Diff line change
Expand Up @@ -401,14 +401,14 @@
"type" => "font_multi",
"std" => $title_default,
"meta" => "",
"selector" => "body.blog .entry-title a",
"selector" => ".entry-title a",
"style"=>'font',
"label"=> ""),
array(
"id" => "post_title_hover",
"type" => "font_multi",
"std" => $title_hover,
"selector" => "body.blog .entry-title a:hover",
"selector" => ".entry-title a:hover",
"style"=>'font',
"meta" => "",
"label"=> "Hover:")
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: http://themebrewers.com/
Description: Espresso is a light weight, high powered Framework for WordPress. It is recommended that you not modify the stylesheets for this theme.
Author: ThemeBrewers.com
Author URI: http://themebrewers.com
Version: 1.0.4
Version: 1.0.5
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar,custom-background,custom-colors,custom-header,custom-menu
Expand Down

0 comments on commit a791c74

Please sign in to comment.