Add CODE to the list of CSS elements that get a fixed font, clean up the files

page a little more.
This commit is contained in:
Jeff Teunissen 2003-07-21 12:44:08 +00:00
parent 16df0f4161
commit 98c11879ad
2 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@ very few people on Windows would be able to play. <STRONG>:)</STRONG>
<LI>Win32 binaries (Made with <A href="http://www.mingw.org/">MinGW</A> (GCC) in Linux)
<?
$ftime = filemtime ("files/qf-win32-server.zip");
echo " Updated " . gmdate ("M. j, g:i a", $ftime) . " UTC";
echo " Updated " . gmdate ("d M Y g:ia", $ftime) . " UTC";
echo " <UL>";
echo " <LI>SDL (software) client ";
fileDownloadLink("files/qf-win32-client-sdl", "zip");

View File

@ -53,7 +53,7 @@ TABLE.featureBox TD.inside {
H1,H2,H3,H4,H5,H6 { font-family: Arial, Helvetica, sans-serif; }
DL,DT,DD { font-family: Arial, Helvetica, sans-serif; }
PRE,TT { font-family: "Courier New", Courier, sans-serif; }
PRE,TT,CODE { font-family: "Courier New", Courier, monospace; }
/* Links */
A { color: rgb(170,255,170); text-decoration: none; }
A:visited { color: rgb(170,255,170); text-decoration: none; }