mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 07:11:43 +00:00
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:
parent
16df0f4161
commit
98c11879ad
2 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue