[usocket-cvs] r9 - public_html
ehuelsmann at common-lisp.net
ehuelsmann at common-lisp.net
Sun Jan 29 21:53:14 UTC 2006
Author: ehuelsmann
Date: Sun Jan 29 15:53:13 2006
New Revision: 9
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 Sun Jan 29 15:53:13 2006
@@ -63,7 +63,7 @@
</tr>
<tr>
<td>Implement active socket support.</td>
- <td class="TODO">TODO</td>
+ <td class="WIP" title="Work in progress">WIP</td>
<td class="TODO">TODO</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 Sun Jan 29 15:53:13 2006
@@ -65,3 +65,9 @@
color: #fff;
font-weight: bold;
text-align: center; }
+
+.WIP { background-color: #f80;
+ color: #000;
+ font-weight: bold;
+ text-align: center; }
+
More information about the usocket-cvs
mailing list