increase main width to 1200

This commit is contained in:
xiaomlove
2021-05-26 21:38:39 +08:00
parent f0e5ad5b6c
commit a4c9a40cdd
15 changed files with 72 additions and 72 deletions

View File

@@ -508,7 +508,7 @@ function begin_main_frame($caption = "", $center = false, $width = 100)
if ($center)
$tdextra .= " align=\"center\"";
$width = 940 * $width /100;
$width = 1200 * $width /100;
print("<table class=\"main\" width=\"".$width."\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">" .
"<tr><td class=\"embedded\" $tdextra>");
@@ -2377,7 +2377,7 @@ if ($enabledonation == 'yes'){?>
</tr>
</table>
<table class="mainouter" width="982" cellspacing="0" cellpadding="5" align="center">
<table class="mainouter" width="1200" cellspacing="0" cellpadding="5" align="center">
<tr><td id="nav_block" class="text" align="center">
<?php if (!$CURUSER) { ?>
<a href="login.php"><font class="big"><b><?php echo $lang_functions['text_login'] ?></b></font></a> / <a href="signup.php"><font class="big"><b><?php echo $lang_functions['text_signup'] ?></b></font></a>