diff options
Diffstat (limited to 'themes/default/template')
-rw-r--r-- | themes/default/template/mainpage_categories.tpl | 2 | ||||
-rw-r--r-- | themes/default/template/month_calendar.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/template/mainpage_categories.tpl b/themes/default/template/mainpage_categories.tpl index 15e8802d9..f4ff8f264 100644 --- a/themes/default/template/mainpage_categories.tpl +++ b/themes/default/template/mainpage_categories.tpl @@ -1,5 +1,5 @@ {strip}{html_style} -.thumbnailCategory DIV.illustration{ldelim} +.thumbnailCategory .illustration{ldelim} width: {$derivative_params->max_width()+5}px; } diff --git a/themes/default/template/month_calendar.tpl b/themes/default/template/month_calendar.tpl index 6faa653ab..904570a10 100644 --- a/themes/default/template/month_calendar.tpl +++ b/themes/default/template/month_calendar.tpl @@ -48,7 +48,7 @@ <thead> <tr> {foreach from=$chronology_calendar.month_view.wday_labels item=wday} - <td class="calDayHead">{$wday}</td> + <th>{$wday}</th> {/foreach} </tr> </thead> |