csswg/css3-images default.css,1.1,1.2

Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv12057

Modified Files:
	default.css 
Log Message:
resync with default.css master

Index: default.css
===================================================================
RCS file: /sources/public/csswg/css3-images/default.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- default.css	15 Feb 2011 05:45:05 -0000	1.1
+++ default.css	6 Apr 2011 08:15:22 -0000	1.2
@@ -123,7 +123,7 @@
     position: absolute;
     top: -0.6em;
     left: -2.5em;
-    width: 7.5em;
+    min-width: 7.5em;
     text-align: center;
     line-height: 1em;
     color: #FFF8DD;
@@ -140,7 +140,7 @@
     position: absolute;
     top: -0.6em;
     left: -2.5em;
-    width: 7.5em;
+    min-width: 7.5em;
     text-align: center;
     line-height: 1em;
     color: #FFF8DD;
@@ -191,11 +191,23 @@
 code.xml { color: #600 }	/* inline XML */
 .property { font: inherit; }	/* name of a CSS property (SPAN) */
 .descriptor { }			/* name of a CSS descriptor (SPAN) */
-.issue { color: #c00 }		/* editorial remark, open issue */
 .type { font-style: italic }	/* A <type> value for a property */
 
 dfn { font-weight: bolder; /*font-size: 1em*/ }
 
+/* Open issue / editorial remark; not intended for a final publication */
+
+.issue { color: #c00 }
+.issue:before {
+  content: "Issue:";
+  border: 3px double #c00;
+  background: #c00;
+  background-clip: padding-box;
+  color: white;
+  margin: 0.25em;
+  padding: 0 0.25em;
+}
+
 /* Class note is a non-normative note. May be inline or a P or DIV */
 .note {
     color: green

Received on Wednesday, 6 April 2011 08:15:26 UTC