diff etc/w3/stylesheet @ 22:8fc7fe29b841 r19-15b94

Import from CVS: tag r19-15b94
author cvs
date Mon, 13 Aug 2007 08:50:29 +0200
parents 859a2309aef8
children 441bb1e64a06
line wrap: on
line diff
--- a/etc/w3/stylesheet	Mon Aug 13 08:50:06 2007 +0200
+++ b/etc/w3/stylesheet	Mon Aug 13 08:50:29 2007 +0200
@@ -94,11 +94,15 @@
 ** This functionality will be removed as soon as the W3C comes up with
 ** the standard way to do this, perhaps in CSS level 2.
 */
-input { text-decoration: underline; }
-input:submit { color: green;  text-decoration: none; }
-input:reset  { color: red;    text-decoration: none; }
-input:button { color: yellow; text-decoration: none; }
-input:image  { text-decoration: none; }
+input:text,
+input:integer,
+input:float,
+input:url,
+input:text    { text-decoration: underline; }
+input:submit  { color: green;  text-decoration: none; }
+input:reset   { color: red;    text-decoration: none; }
+input:button  { color: yellow; text-decoration: none; }
+input:image   { text-decoration: none; }
 
 /*
 ** List formatting instructions