Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredharbour committed Jul 16, 2012
1 parent fd670bd commit 73f698f
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hopper/grinder/beans/espresso-options-style.php
Original file line number Diff line number Diff line change
Expand Up @@ -430,9 +430,9 @@
$es_title_styles = get_theme_support('espresso-page-title-styles');
$title_default = $es_title_styles[0];
$es_style_array[] = array(
"name" => $option_text['post_title_color']['name'],
"subtext"=>$option_text['post_title_color']['subtext'],
"desc" => $option_text['post_title_color']['desc'],
"name" => $option_text['page_title_color']['name'],
"subtext"=>$option_text['page_title_color']['subtext'],
"desc" => $option_text['page_title_color']['desc'],
"multi_selector" => true,
"id" => "page_title_color",
"type" => array(
Expand All @@ -441,7 +441,7 @@
"type" => "font_multi",
"std" => $title_default,
"meta" => "",
"selector" => "body.page .entry-title",
"selector" => "body.page .entry-title, body.single .entry-title",
"style"=>'font',
"label"=> "")

Expand Down
Binary file modified hopper/images/branding-logo-1-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified hopper/images/branding-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified hopper/images/logo-1-3-branding.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified hopper/images/logo-above-branding.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified hopper/images/logo-branding.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified hopper/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 73f698f

Please sign in to comment.