mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-28 06:53:50 +00:00
trying a smaller font for posted by on the news..
This commit is contained in:
parent
163da15e35
commit
80822f809d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?
|
<?
|
||||||
function newsItem( $date, $user, $text )
|
function newsItem( $date, $user, $text )
|
||||||
{
|
{
|
||||||
echo '<TR><TD><DL><DT>Posted on ' . $date . ' by ' . $user . '</DT>' .
|
echo '<TR><TD><DL><DT><FONT SIZE=-1>Posted on ' . $date . ' by ' . $user . '</FONT></DT>' .
|
||||||
' <DD>' . $text . '</DD>' .
|
' <DD>' . $text . '</DD>' .
|
||||||
'</DL></TD></TR>';
|
'</DL></TD></TR>';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue