- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 21 Mar 2009 07:03:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/websockets
In directory hutz:/tmp/cvs-serv27380
Modified Files:
Overview.html
Log Message:
more w3c styling fixes (whatwg r)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/websockets/Overview.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- Overview.html 21 Mar 2009 06:45:55 -0000 1.51
+++ Overview.html 21 Mar 2009 07:03:31 -0000 1.52
@@ -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:54 UTC