Initial version of basic project task management application.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@897 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2002-11-08 09:14:21 +00:00
parent ac48cced65
commit aa4c37541a
22 changed files with 1155 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
}
th, td, center, div { /* ns 4 */
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
}
pre {
font-family: Courier;
font-size: 12pt
}
.big { font-size: 16pt }
.small { font-size: 10pt }