- From: Terje Bless <link@dev.w3.org>
- Date: Fri, 04 Feb 2005 23:31:06 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv1543/htdocs
Modified Files:
base.css
Log Message:
Deverbosify MSIE warning, nuke mdashes, and add some minimal CSS for it.
Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/base.css,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- base.css 19 Jan 2005 08:33:12 -0000 1.38
+++ base.css 4 Feb 2005 23:31:03 -0000 1.39
@@ -13,6 +13,18 @@
@import url(docs.css); /* CSS for the Documentation. */
+/* Special Notices */
+p#msie { /* msie-bug note for text/plain */
+ float: right;
+ border: 1px solid black;
+ background: white;
+ width: 15em;
+ padding: 1em;
+ text-align: justify;
+ font-size: smaller;
+}
+
+
/*
General styling
*/
Received on Friday, 4 February 2005 23:31:06 UTC