html5/workers Overview.html,1.87,1.88

Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv27517

Modified Files:
	Overview.html 
Log Message:
more w3c styling fixes (whatwg r)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- Overview.html	21 Mar 2009 06:46:06 -0000	1.87
+++ Overview.html	21 Mar 2009 07:03:45 -0000	1.88
@@ -102,11 +102,11 @@
    h4 { position: relative; z-index: 3; }
    h4 + .element, h4 + div + .element { margin-top: -2.5em; padding-top: 2em; }
    .element {
-     background: #EEFFEE;
+     background: #EEEEFF;
      color: black;
      margin: 0 0 1em 0.15em;
      padding: 0 1em 0.25em 0.75em;
-     border-left: solid #99FF99 0.25em;
+     border-left: solid #9999FF 0.25em;
      position: relative;
      z-index: 1;
    }
@@ -117,10 +117,10 @@
      left: -1.15em;
      height: 2em;
      width: 0.9em;
-     background: #EEFFEE;
+     background: #EEEEFF;
      content: ' ';
      border-style: none none solid solid;
-     border-color: #99FF99;
+     border-color: #9999FF;
      border-width: 0.25em;
    }
 

Received on Saturday, 21 March 2009 07:03:55 UTC