- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Jul 2008 20:54:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17261
Modified Files:
Overview.html
Log Message:
make examples italics instead of gray (whatwg r)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1100
retrieving revision 1.1101
diff -u -d -r1.1100 -r1.1101
--- Overview.html 23 Jul 2008 08:58:13 -0000 1.1100
+++ Overview.html 23 Jul 2008 20:54:07 -0000 1.1101
@@ -7,7 +7,7 @@
<style type="text/css">
.note { color: green; background: transparent; }
- .example { color: gray; background: transparent; }
+ .example { font-style: italics; }
.idl { color: black; background: silver; }
.issue, .big-issue { color: red; background: transparent; }
.warning { color: yellow; background: maroon; }
Received on Wednesday, 23 July 2008 20:54:53 UTC