- From: poot <cvsmail@w3.org>
- Date: Thu, 19 May 2011 08:06:25 -0400
- To: public-html-diffs@w3.org
simon: styling
http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.157&r2=1.158&f=h
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -d -r1.157 -r1.158
--- Overview.html 19 May 2011 11:58:58 -0000 1.157
+++ Overview.html 19 May 2011 12:02:43 -0000 1.158
@@ -11,6 +11,7 @@
code { color:orangered }
code :link, code :visited { color:inherit }
pre code { color:inherit }
+ pre strong { color:inherit; background:#ffa }
</style>
<link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel=stylesheet>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- Overview.src.html 19 May 2011 11:58:58 -0000 1.134
+++ Overview.src.html 19 May 2011 12:02:43 -0000 1.135
@@ -9,6 +9,7 @@
code { color:orangered }
code :link, code :visited { color:inherit }
pre code { color:inherit }
+ pre strong { color:inherit; background:#ffa }
</style>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
</head>
Received on Thursday, 19 May 2011 12:06:26 UTC