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