spec/Overview.html 1.1101 make examples italics instead of gray (whatwg

make examples italics instead of gray (whatwg r)

Diff: http://people.w3.org/mike/diffs/html5/spec/Overview.1.1101.html

http://dev.w3.org/html5/spec/Overview.html
Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1100&r2=1.1101&f=h

===================================================================
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 Thursday, 24 July 2008 06:12:15 UTC