aboutsummaryrefslogtreecommitdiffstats
path: root/day.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 /day.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 'day.php')
-rw-r--r--day.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/day.php b/day.php
index 22bdd9c..e7d80f7 100644
--- a/day.php
+++ b/day.php
@@ -64,7 +64,7 @@ if (is_array($master_array[($getdate)])) {
<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="day.php?cal='.$cal.'&getdate='.$yesterdays_date.'"><img src="styles/'.$style_sheet.'/left_day.gif" alt="" border="0" align="right"></a>'; ?></td>

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