aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/month_large.tpl
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-05-16 05:39:25 +0000
committerChad Little <clittle@users.sourceforge.net>2004-05-16 05:39:25 +0000
commit34b8a450d77e374fe3f268eed30ba37e131fde62 (patch)
tree27cb60038cd89d590cfe71680ad6a7e9774160a6 /templates/default/month_large.tpl
parent642aaedc0e7de5d1209549f8e1125185791701a4 (diff)
downloadphpicalendar-34b8a450d77e374fe3f268eed30ba37e131fde62.tar.gz
phpicalendar-34b8a450d77e374fe3f268eed30ba37e131fde62.tar.bz2
phpicalendar-34b8a450d77e374fe3f268eed30ba37e131fde62.zip
Added RSS check, updated month for XHTML validation.
Diffstat (limited to 'templates/default/month_large.tpl')
-rw-r--r--templates/default/month_large.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/default/month_large.tpl b/templates/default/month_large.tpl
index c2e15e2..01acac0 100644
--- a/templates/default/month_large.tpl
+++ b/templates/default/month_large.tpl
@@ -7,10 +7,10 @@
<!-- loop weekday off -->
</tr>
<!-- loop monthweeks on -->
- <tr height="105">
+ <tr>
<!-- loop monthdays on -->
<!-- switch notthismonth on -->
- <td valign="top" align="left" class="monthoff" width="105" height="105">
+ <td class="monthoff">
<div align="right">
<a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}"><font class="G10G">{DAY}</font></a>
</div>
@@ -19,7 +19,7 @@
</td>
<!-- switch notthismonth off -->
<!-- switch istoday on -->
- <td valign="top" align="left" class="monthon" width="105" height="105">
+ <td class="monthon">
<div align="right">
<a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
</div>
@@ -28,7 +28,7 @@
</td>
<!-- switch istoday off -->
<!-- switch ismonth on -->
- <td valign="top" align="left" class="monthreg" width="105" height="105">
+ <td class="monthreg">
<div align="right">
<a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a>
</div>

© 2014-2024 Faster IT GmbH | imprint | privacy policy