Index: luna_core.css
===================================================================
RCS file: /glinks/html/static/luna/luna_core.css,v
retrieving revision 1.26
retrieving revision 1.28
diff -u -r1.26 -r1.28
--- luna_core.css       7 Apr 2005 07:49:39 -0000       1.26
+++ luna_core.css       18 May 2005 23:26:59 -0000      1.28
@@ -458,7 +458,7 @@
   font-weight: normal;
   font-size: 9px;
   color: #ffffff;
-  vertical-align: top;
+  vertical-align: text-top;
 }
 .new-item {
   background-color: #8c3030;
@@ -560,7 +560,7 @@
 }
 /* hack for ie 5.5 text/textarea resizing */
 .row .value input.text, .row .value input.password, .row .value textarea {
-  width: expression(this.parentNode.offsetWidth * 0.74);
+  width: expression(this.parentNode.offsetWidth * 0.74 + 'px');
 }
 /* the previous style causes problems with long sidebars in ie6 */
 .row .value input.text, .row .value input.password, .row .value textarea {