html5/html-author Overview.html,1.59,1.60 Overview.src.html,1.60,1.61

Update of /sources/public/html5/html-author
In directory hutz:/tmp/cvs-serv14587

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Revert previous change

Index: Overview.html
===================================================================
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:22:30 UTC