html-author/Overview.html 1.59 Updated background colours

Updated background colours

http://people.w3.org/mike/diffs/html5/html-author/Overview.1.59.html

http://dev.w3.org/html5/html-author/Overview.html
http://people.w3.org/mike/diffs/html5/html-author/Overview.diff.html
http://dev.w3.org/cvsweb/html5/html-author/Overview.html?r1=1.58&r2=1.59&f=h

===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- Overview.html 9 Mar 2009 14:56:03 -0000 1.58
+++ Overview.html 9 Mar 2009 15:20:44 -0000 1.59
@@ -32,9 +32,9 @@
  table.index thead tr, table.index tbody tr:nth-of-type(2n) { background: #F0F0F0; }
  table.index tbody tr:hover { background: #F0F0E0; }
  
- table.index .strict, table.index .active { background: #9F9; }
- table.index .transitional, table.index .frameset { background: #FF9; }
- table.index .none, table.index .obsolete { background: #F99; }
+ table.index .strict, table.index .active { background: #CFC; }
+ table.index .transitional, table.index .frameset { background: #FFC; }
+ table.index .none, table.index .obsolete { background: #FCC; }
 
  .example { padding-left: 1em; background: #EFF; border-left: 3px solid lightblue; }
  .example.html { background: #EEF; border-color: blue; }

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.src.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- Overview.src.html 9 Mar 2009 14:56:03 -0000 1.59
+++ Overview.src.html 9 Mar 2009 15:20:44 -0000 1.60
@@ -34,9 +34,9 @@
  table.index thead tr, table.index tbody tr:nth-of-type(2n) { background: #F0F0F0; }
  table.index tbody tr:hover { background: #F0F0E0; }
  
- table.index .strict, table.index .active { background: #9F9; }
- table.index .transitional, table.index .frameset { background: #FF9; }
- table.index .none, table.index .obsolete { background: #F99; }
+ table.index .strict, table.index .active { background: #CFC; }
+ table.index .transitional, table.index .frameset { background: #FFC; }
+ table.index .none, table.index .obsolete { background: #FCC; }
 
  .example { padding-left: 1em; background: #EFF; border-left: 3px solid lightblue; }
  .example.html { background: #EEF; border-color: blue; }

Received on Monday, 9 March 2009 15:22:17 UTC