|
From: Benjamin C. <bc...@us...> - 2002-03-26 18:41:29
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv12117/templates/default
Modified Files:
report.html
Log Message:
Moved style stuff from report.html to css.php
Index: report.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/report.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- report.html 16 Jan 2002 11:12:16 -0000 1.4
+++ report.html 26 Mar 2002 18:41:20 -0000 1.5
@@ -1,8 +1,3 @@
-<style>
-.header-col { font-weight: bold; }
-.center-col { text-align: center; }
-</style>
-
<form action="{me}">
Bug statistics for
<select name="projectid" onChange="document.location.href='{me}?projectid='+this.options[this.selectedIndex].value">
|