|
From: Benjamin C. <bc...@us...> - 2001-10-17 13:43:44
|
Update of /cvsroot/phpbt/phpbt/docs/html
In directory usw-pr-cvs1:/tmp/cvs-serv20449/html
Modified Files:
docs.css
Log Message:
Uh-oh, overriding the fixed-width font for TT!
Index: docs.css
===================================================================
RCS file: /cvsroot/phpbt/phpbt/docs/html/docs.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- docs.css 2001/10/08 04:53:46 1.5
+++ docs.css 2001/10/17 13:43:41 1.6
@@ -22,3 +22,7 @@
.CAPTION {
text-align: center;
}
+
+TT {
+ font-family: "Tahoma", "Lucida", "Helvetica", "Arial", "Sans-Serif";
+ }
|