diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-04-09 04:18:34 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-04-09 04:18:34 +0000 |
commit | 07a863f1443c87c9db784cc1ab1c8f463dc93ff6 (patch) | |
tree | 7a4ae439fc78237b71bed664c1aaa0a3a45b3b74 /themes/default/template/month_calendar.tpl | |
parent | f137e88f292a31c6c20d583969c648098151d848 (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 '')
-rw-r--r-- | themes/default/template/month_calendar.tpl | 2 |
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> |