aboutsummaryrefslogtreecommitdiffstats
path: root/week.php
diff options
context:
space:
mode:
authorfenner <fenner>2002-10-23 17:04:19 +0000
committerfenner <fenner>2002-10-23 17:04:19 +0000
commitd274e5ea9b0dbef1e1c7f7cfa173190c2d133ec8 (patch)
tree4a68094404ee7ef11d21ff594210862e1e15009b /week.php
parentdc6ed70273afd85fd0191d81965ea5969ec291a5 (diff)
downloadphpicalendar-d274e5ea9b0dbef1e1c7f7cfa173190c2d133ec8.tar.gz
phpicalendar-d274e5ea9b0dbef1e1c7f7cfa173190c2d133ec8.tar.bz2
phpicalendar-d274e5ea9b0dbef1e1c7f7cfa173190c2d133ec8.zip
Add class="navback" to the center <td> in the top table row.
This fixes a minor layout weirdness with Mozilla (small white bars at the top and bottom of the center element).
Diffstat (limited to 'week.php')
-rw-r--r--week.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/week.php b/week.php
index bed9991..8397dc1 100644
--- a/week.php
+++ b/week.php
@@ -71,7 +71,7 @@ for ($i=0;$i<7;$i++) {
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" width="90" class="navback">&nbsp;</td>
- <td>
+ <td class="navback">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right" width="40%" class="navback"><?php echo "<a class=\"psf\" href=\"week.php?cal=$cal&getdate=$prev_week\"><img src=\"styles/$style_sheet/left_day.gif\" alt=\"\" border=\"0\" align=\"right\"></a>"; ?></td>

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