html5/html-xhtml-author-guide/html-xhtml-authoring-guide_files W3C-ED.css,1.1,1.2

Update of /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide_files
In directory hutz:/tmp/cvs-serv10217/html-xhtml-authoring-guide_files

Modified Files:
	W3C-ED.css 
Log Message:
Added section 6.5.1 HTTP Headers and http-equiv Declarations (with subsections 6.5.1.1 Content-Language and 6.5.1.2 Content-Type), per bug 12279.

Index: W3C-ED.css
===================================================================
RCS file: /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide_files/W3C-ED.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- W3C-ED.css	22 Apr 2010 14:08:41 -0000	1.1
+++ W3C-ED.css	14 Mar 2011 20:03:20 -0000	1.2
@@ -86,34 +86,3 @@
 body {
   background-image: url(http://www.w3.org/StyleSheets/TR/logo-ED);
 }
-
-/******************************************************************
- * MikeSmith (2008-05-24)
- * Because our current online HTML diff tool[1] doesn't output
- * colored diffs, I the following rules for .diff-* classes so
- * I can get colored output in HTML diffs for Editor's Drafts.
- * [1] http://www.w3.org/2007/10/htmldiff
- ******************************************************************/
-.diff-new {
-  background-color: yellow;
-}
-.diff-chg {
-  background-color: lime;
-}
-.diff-new:before,
-.diff-new:after {
-  content: "\2191";
-}
-.diff-chg:before,
-.diff-chg:after {
-  content: "\2195";
-}
-.diff-old {
-  text-decoration: line-through;
-  background-color: #FBB;
-}
-.diff-old:before,
-.diff-old:after {
-  content: "\2193";
-}
-/* end MikeSmith (2008-05-24) additions */

Received on Monday, 14 March 2011 20:03:24 UTC