|
From: Benjamin C. <bc...@us...> - 2002-03-26 18:41:30
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv12117
Modified Files:
css.php
Log Message:
Moved style stuff from report.html to css.php
Index: css.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/css.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- css.php 6 Mar 2002 00:04:09 -0000 1.6
+++ css.php 26 Mar 2002 18:41:20 -0000 1.7
@@ -272,3 +272,6 @@
padding: 5px;
text-align: center;
}
+
+.header-col { font-weight: bold; }
+.center-col { text-align: center; }
|