html5/webstorage Overview.html,1.6,1.7

Update of /sources/public/html5/webstorage
In directory hutz:/tmp/cvs-serv27424

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

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webstorage/Overview.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Overview.html	21 Mar 2009 06:45:59 -0000	1.6
+++ Overview.html	21 Mar 2009 07:03:35 -0000	1.7
@@ -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:52 UTC