From c20c7d63884323f1d9ec36329345f9e79c435ac9 Mon Sep 17 00:00:00 2001 From: Don Chambers Date: Tue, 18 Sep 2007 21:58:15 +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 a543881e..20a5d3ce 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 ba98fedc..9b22a5d2 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;