html-author/Overview.html 1.60 Revert previous change

Revert previous change

http://people.w3.org/mike/diffs/html5/html-author/Overview.1.60.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.59&r2=1.60&f=h

===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- Overview.html 9 Mar 2009 15:20:44 -0000 1.59
+++ Overview.html 9 Mar 2009 15:22:14 -0000 1.60
@@ -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: #CFC; }
- table.index .transitional, table.index .frameset { background: #FFC; }
- table.index .none, table.index .obsolete { background: #FCC; }
+ table.index .strict, table.index .active { background: #9F9; }
+ table.index .transitional, table.index .frameset { background: #FF9; }
+ table.index .none, table.index .obsolete { background: #F99; }
 
  .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.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- Overview.src.html 9 Mar 2009 15:20:44 -0000 1.60
+++ Overview.src.html 9 Mar 2009 15:22:14 -0000 1.61
@@ -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: #CFC; }
- table.index .transitional, table.index .frameset { background: #FFC; }
- table.index .none, table.index .obsolete { background: #FCC; }
+ table.index .strict, table.index .active { background: #9F9; }
+ table.index .transitional, table.index .frameset { background: #FF9; }
+ table.index .none, table.index .obsolete { background: #F99; }
 
  .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:24:25 UTC