- From: Lachlan Hunt via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 Mar 2009 15:20:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-author
In directory hutz:/tmp/cvs-serv14010
Modified Files:
Overview.html Overview.src.html
Log Message:
Updated background colours
Index: Overview.html
===================================================================
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:20:56 UTC