summaryrefslogtreecommitdiff
path: root/calendar.php
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2011-11-27 22:50:14 +0000
committerNigel Osborne <kiwi3685@me.com>2011-11-27 22:50:14 +0000
commit3b51f5417cc514c27b1138eb8e2d0ec4cf3360c4 (patch)
treee74a57761ce46d4193f345213a787700d7dc364c /calendar.php
parent10dc50a7e5505cde503d78c7f39c02147890024f (diff)
downloadwebtrees-3b51f5417cc514c27b1138eb8e2d0ec4cf3360c4.tar.gz
webtrees-3b51f5417cc514c27b1138eb8e2d0ec4cf3360c4.tar.bz2
webtrees-3b51f5417cc514c27b1138eb8e2d0ec4cf3360c4.zip
Correct centering of table content - calendar.php
Diffstat (limited to 'calendar.php')
-rw-r--r--calendar.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar.php b/calendar.php
index 4f060b3b54..c74af0ece5 100644
--- a/calendar.php
+++ b/calendar.php
@@ -278,7 +278,7 @@ echo '</select>';
echo '</td></tr>';
echo '</table></form>';
-echo "<table class=\"center width100\">";
+echo "<table class=\"width100\">";
// Day/Month/Year and calendar selector
echo '<tr><td class="topbottombar width50">';
@@ -414,9 +414,9 @@ case 'calendar':
switch ($action) {
case 'year':
case 'today':
- echo "<table class=\"center width100\"><tr>";
+ echo "<table class=\"width100\"><tr>";
// Table headings
- echo "<td class=\"descriptionbox center width50\">";
+ echo "<td class=\"descriptionbox width50\">";
if (isset($WT_IMAGES['indis'])) echo "<img id=\"calendar_img_indi\" src=\"{$WT_IMAGES['indis']}\" title=\"", WT_I18N::translate('Individuals'), "\" alt=\"", WT_I18N::translate('Individuals'), "\">&nbsp;&nbsp;&nbsp;";
echo WT_I18N::translate('Individuals'), "</td>";
echo "<td class=\"descriptionbox center width50\">";