aboutsummaryrefslogtreecommitdiffstats
path: root/year.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 /year.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 'year.php')
-rw-r--r--year.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/year.php b/year.php
index 9c14d3e..69f7ef9 100644
--- a/year.php
+++ b/year.php
@@ -39,7 +39,7 @@ $thisday2 = localizeDate($dateFormat_week_list, $unix_time);
<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="45%" class="navback"><?php echo "<a class=\"psf\" href=\"year.php?cal=$cal&getdate=$prev_year\"><img src=\"styles/$style_sheet/left_day.gif\" alt=\"\" border=\"0\" align=\"right\"></a>"; ?></td>

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