aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/month_calendar.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-04-09 04:18:34 +0000
committerrvelices <rv-github@modusoptimus.com>2012-04-09 04:18:34 +0000
commit07a863f1443c87c9db784cc1ab1c8f463dc93ff6 (patch)
tree7a4ae439fc78237b71bed664c1aaa0a3a45b3b74 /themes/default/template/month_calendar.tpl
parentf137e88f292a31c6c20d583969c648098151d848 (diff)
- css (removed unused, merge rules, simplified overly complicated selectors)
git-svn-id: http://piwigo.org/svn/trunk@14028 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/month_calendar.tpl')
-rw-r--r--themes/default/template/month_calendar.tpl2
1 files changed, 1 insertions, 1 deletions
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>