From: donchambers <donchambers>
Date: Tue, 18 Sep 2007 21:58:54 +0000 (+0000)
Subject: BP: removed inline styles for colorset calendar arrow dimensions (blank/default still... 
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ccfa35e50a5b340a66bf166fad817181b2cbb1cf;p=s9y.git

BP: removed inline styles for colorset calendar arrow dimensions (blank/default still retains inline styles).
---

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'}
            <a title="{$CONST.BACK}" href="{$plugin_calendar_head.uri_previous}"><img alt="{$CONST.BACK}" src="{serendipity_getFile file="img/back.png"}" width="12" height="12" /></a>
            {else}
-           <a title="{$CONST.BACK}" href="{$plugin_calendar_head.uri_previous}"><img alt="{$CONST.BACK}" src="{$serendipityHTTPPath}templates/{$template}/img/{$template_option.colorset}_back.png" width="12" height="12" /></a>
+           <a title="{$CONST.BACK}" href="{$plugin_calendar_head.uri_previous}"><img alt="{$CONST.BACK}" src="{$serendipityHTTPPath}templates/{$template}/img/{$template_option.colorset}_back.png" /></a>
            {/if}
         {else}
            <img alt="" src="{serendipity_getFile file="img/blank.png"}" width="6" height="6" class="serendipity_calender_spacer" />
@@ -22,7 +22,7 @@
             {if $template_option.colorset == 'blank'}
             <a title="{$CONST.FORWARD}" href="{$plugin_calendar_head.uri_next}"><img alt="{$CONST.FORWARD}" src="{serendipity_getFile file="img/forward.png"}" width="12" height="12" /></a>
             {else}
-            <a title="{$CONST.FORWARD}" href="{$plugin_calendar_head.uri_next}"><img alt="{$CONST.FORWARD}" src="{$serendipityHTTPPath}templates/{$template}/img/{$template_option.colorset}_forward.png" width="12" height="12" /></a>
+            <a title="{$CONST.FORWARD}" href="{$plugin_calendar_head.uri_next}"><img alt="{$CONST.FORWARD}" src="{$serendipityHTTPPath}templates/{$template}/img/{$template_option.colorset}_forward.png" /></a>
             {/if}
         {else}
             <img alt="" src="{serendipity_getFile file="img/blank.png"}" width="6" height="6" class="serendipity_calender_spacer" />
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;