- From: Simon Pieters via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 19 May 2011 12:02:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv1954
Modified Files:
Overview.src.html Overview.html
Log Message:
styling
Index: Overview.html
===================================================================
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:02:47 UTC