|
From: Benjamin C. <bc...@us...> - 2001-10-03 03:30:20
|
Update of /cvsroot/phpbt/phpbt/docs/html
In directory usw-pr-cvs1:/tmp/cvs-serv29640/docs/html
Modified Files:
docs.css
Log Message:
Tweaking
Index: docs.css
===================================================================
RCS file: /cvsroot/phpbt/phpbt/docs/html/docs.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- docs.css 2001/09/29 04:02:38 1.2
+++ docs.css 2001/10/03 03:30:17 1.3
@@ -1,10 +1,17 @@
-.ARTICLE {
+body {
font-family: "Verdana","Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ font-size: 10pt;
}
-.TITLE {
- font-family: "Verdana","Arial","Helvetica","MS Sans Serif","Sans-Serif";
+TD {
+ font-size: 10pt;
+ }
+
+H1.TITLE {
+ font-size: 20pt;
+ font-family: "Tahoma", "Lucida", "Helvetica", "Arial", "Sans-Serif";
text-align: right;
background-color: #FFDDBB;
padding: .1em;
}
+
|