- From: poot <cvsmail@w3.org>
- Date: Sat, 21 Mar 2009 16:05:32 +0900 (JST)
- To: public-html-diffs@w3.org
more w3c styling fixes (whatwg r) http://people.w3.org/mike/diffs/html5/spec/Overview.1.2063.html http://dev.w3.org/html5/spec/Overview.html http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2062&r2=1.2063&f=h =================================================================== 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:06:08 UTC