Changed default font

SVN revision: 1383
This commit is contained in:
Stefan Ritt 2005-05-17 18:46:12 +00:00
parent e80b735b8c
commit 9d2fd68373

View File

@ -3,7 +3,7 @@ body {
margin:3px; margin:3px;
color:black; color:black;
background-color:white; background-color:white;
font-family:sans-serif; font-family:verdana,tahoma,sans-serif;
/* background-image:url(elog.gif); */ /* background-image:url(elog.gif); */
} }
@ -16,7 +16,7 @@ a:focus { color:#0000FF; text-decoration:underline }
td { td {
color:black; color:black;
font-family:sans-serif; font-size:12px;
} }
/* frame table */ /* frame table */
@ -201,7 +201,6 @@ td {
border:1px solid #486090; border:1px solid #486090;
border-top:1px solid white; border-top:1px solid white;
border-left:1px solid white; border-left:1px solid white;
padding:3px;
background-color:#E0E0E0; background-color:#E0E0E0;
} }