From ccfa35e50a5b340a66bf166fad817181b2cbb1cf Mon Sep 17 00:00:00 2001 From: donchambers Date: Tue, 18 Sep 2007 21:58:54 +0000 Subject: [PATCH] BP: removed inline styles for colorset calendar arrow dimensions (blank/default still retains inline styles). --- templates/bulletproof/plugin_calendar.tpl | 4 ++-- templates/bulletproof/style.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/bulletproof/plugin_calendar.tpl b/templates/bulletproof/plugin_calendar.tpl index a543881..20a5d3c 100644 --- a/templates/bulletproof/plugin_calendar.tpl +++ b/templates/bulletproof/plugin_calendar.tpl @@ -6,7 +6,7 @@ {if $template_option.colorset == 'blank'} {$CONST.BACK} {else} - {$CONST.BACK} + {$CONST.BACK} {/if} {else} @@ -22,7 +22,7 @@ {if $template_option.colorset == 'blank'} {$CONST.FORWARD} {else} - {$CONST.FORWARD} + {$CONST.FORWARD} {/if} {else} diff --git a/templates/bulletproof/style.css b/templates/bulletproof/style.css index ba98fed..9b22a5d 100644 --- a/templates/bulletproof/style.css +++ b/templates/bulletproof/style.css @@ -99,6 +99,7 @@ p { display: inline; } +.serendipity_calendarHeader img, .serendipity_pageFooter img{ vertical-align: middle; margin: 0 2px; -- 2.39.5