From 1ec882c1e6c8da3954dd6583da21cd91d7dae42f Mon Sep 17 00:00:00 2001 From: Don Chambers Date: Sun, 9 Sep 2007 23:23:09 +0000 Subject: [PATCH] BP: style.css: Catetories sidebar margin added, add row classes to plugin_calendar.tpl, comment out favicon link --- templates/bulletproof/index.tpl | 4 ++-- templates/bulletproof/plugin_calendar.tpl | 6 +++--- templates/bulletproof/style.css | 4 ++++ 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/templates/bulletproof/index.tpl b/templates/bulletproof/index.tpl index e9fc757e..80afc2ea 100644 --- a/templates/bulletproof/index.tpl +++ b/templates/bulletproof/index.tpl @@ -7,7 +7,6 @@ "http://www.w3.org/TR/html4/loose.dtd"> {/if} - {$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if} @@ -16,7 +15,8 @@ {if $entry_id}{/if} - + + diff --git a/templates/bulletproof/plugin_calendar.tpl b/templates/bulletproof/plugin_calendar.tpl index 38125c53..3f419abf 100644 --- a/templates/bulletproof/plugin_calendar.tpl +++ b/templates/bulletproof/plugin_calendar.tpl @@ -41,10 +41,10 @@ {foreach from=$plugin_calendar_weeks item="week"} - + {foreach from=$week.days item="day"} - {if isset($day.properties.Active) and $day.properties.Active} - {/if}{$day.name|@default:" "}{if isset($day.properties.Active) and $day.properties.Active}{/if} + {if isset($day.properties.Active) and $day.properties.Active} + {/if}{$day.name|@default:" "}{if isset($day.properties.Active) and $day.properties.Active}{/if} {/foreach} {/foreach} diff --git a/templates/bulletproof/style.css b/templates/bulletproof/style.css index 530a30ad..9af4d285 100644 --- a/templates/bulletproof/style.css +++ b/templates/bulletproof/style.css @@ -403,4 +403,8 @@ input#serendipityQuickSearchTermField { /* overide serendipitySideBarItem overflow: hidden just for sidebar quicksearch livesearch_result */ .container_serendipity_quicksearch_plugin{ overflow: visible !important; +} + +ul#serendipity_categories_list input{ + margin-left: 0; } \ No newline at end of file