psmith 2003/06/26 23:51:48
Modified: src/java/org/apache/log4j/chainsaw stylesheet.css
Log:
Arial font is awful, attempts to use Tahamo, Verdana, Helvitica before
resorting to Arial.
Much smoother fonts.
Revision Changes Path
1.2 +3 -3 jakarta-log4j/src/java/org/apache/log4j/chainsaw/stylesheet.css
Index: stylesheet.css
===================================================================
RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/chainsaw/stylesheet.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stylesheet.css 26 Jun 2003 23:01:00 -0000 1.1
+++ stylesheet.css 27 Jun 2003 06:51:47 -0000 1.2
@@ -1,17 +1,17 @@
BODY, TABLE, TD, {
font-size: 10px;
color: #000000;
- font-family: Arial, Tahoma, Helvetica, sans-serif;
+ font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}
H1 {
- font-size: 14px;
+ font-size: 12px;
font-weight: bold;
}
H2 {
- font-size: 12px;
+ font-size: 10px;
font-weight: bold;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]