[usocket-cvs] r31 - public_html

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Fri Feb 3 22:11:41 UTC 2006


Author: ehuelsmann
Date: Fri Feb  3 16:11:39 2006
New Revision: 31

Modified:
   public_html/index.shtml
   public_html/style.css
Log:
Update website.

Modified: public_html/index.shtml
==============================================================================
--- public_html/index.shtml	(original)
+++ public_html/index.shtml	Fri Feb  3 16:11:39 2006
@@ -80,10 +80,10 @@
 
     <tr>
       <td>Identify socket errors generated.</td>
-      <td class="WIP" title="Work in progress">WIP</td>
+      <td class="DONE" title="Implemented">DONE</td>
       <td class="WIP" title="Work in progress">WIP</td>
       <td class="TODO">TODO</td>
-      <td class="WIP" title="Work in progress">WIP</td>
+      <td class="DONE" title="Implemented">DONE</td>
       <td class="WIP" title="Work in progress">WIP</td>
       <td class="TODO">TODO</td>
       <td class="TODO">TODO</td>

Modified: public_html/style.css
==============================================================================
--- public_html/style.css	(original)
+++ public_html/style.css	Fri Feb  3 16:11:39 2006
@@ -71,3 +71,6 @@
        font-weight: bold;
        text-align: center; }
 
+.DONE { background-color: #080;
+        color: #000;
+        text-align: center; }



More information about the usocket-cvs mailing list