Change font sizes from fixed ##px to percentages

This commit is contained in:
Xkeeper
2020-10-25 22:52:16 -07:00
parent 454a566e2b
commit 05c8bfe560
4 changed files with 17 additions and 13 deletions

View File

@@ -140,7 +140,7 @@
print "$header
<br>
$tblstart
$tccell1s><table width=100%><td class=fonts>$logmsg</td><td align=right class=fonts>$count[u] registered users<br>Latest registered user: $lastuserurl</table>
$tccell1s><table width=100%><td>$logmsg</td><td align=right>$count[u] registered users<br>Latest registered user: $lastuserurl</table>
$blist<tr>
$tccell2s>$count[t] threads and $count[p] posts in the board | $statsblip<tr>
$tccell1s>$numonline user".($numonline!=1?'s':'')." currently online$onlineusers$guestcount
@@ -233,7 +233,7 @@
}
if ($m)
$modlist="$smallfont(moderated by: $modlist)</font>";
$modlist="(moderated by: $modlist)";
$namelink = getuserlink($forum, array('id'=>'uid'));
if($forum['numposts']){
@@ -282,4 +282,4 @@
$tblstart$forumlist$tblend$footer";
printtimedif($startingtime);
}