From: donchambers Date: Sun, 9 Sep 2007 23:22:46 +0000 (+0000) Subject: BP: style.css: Catetories sidebar margin added, add row classes to plugin_calendar... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b15498b405a791b3b333fbb8268242d7bc7febda;p=s9y.git BP: style.css: Catetories sidebar margin added, add row classes to plugin_calendar.tpl, comment out favicon link --- diff --git a/templates/bulletproof/index.tpl b/templates/bulletproof/index.tpl index e9fc757..80afc2e 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 38125c5..3f419ab 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 530a30a..9af4d28 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