- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 21 Mar 2009 07:03:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv27283 Modified Files: Overview.html Log Message: more w3c styling fixes (whatwg r) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2062 retrieving revision 1.2063 diff -u -d -r1.2062 -r1.2063 --- Overview.html 21 Mar 2009 06:50:19 -0000 1.2062 +++ Overview.html 21 Mar 2009 07:03:22 -0000 1.2063 @@ -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:35 UTC