CVS: phpweather index.php,1.21,1.22
Brought to you by:
iridium
From: Max H. <ir...@us...> - 2002-03-26 20:09:51
|
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv4100 Modified Files: index.php Log Message: Increased font size Index: index.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/index.php,v retrieving revision 1.21 retrieving revision 1.22 diff -u -3 -r1.21 -r1.22 --- index.php 26 Mar 2002 16:31:03 -0000 1.21 +++ index.php 26 Mar 2002 20:09:48 -0000 1.22 @@ -4,8 +4,8 @@ <style type="text/css"> <!-- BODY { - font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; - font-size: 12px; + font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif; + font-size: 13px; } --> </style> |