- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 15 Oct 2010 21:29:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md In directory hutz:/tmp/cvs-serv7034 Modified Files: Overview.html Log Message: Add <video audio=muted>. (whatwg r5636) Index: Overview.html =================================================================== RCS file: /sources/public/html5/md/Overview.html,v retrieving revision 1.97 retrieving revision 1.98 diff -u -d -r1.97 -r1.98 --- Overview.html 14 Oct 2010 08:05:38 -0000 1.97 +++ Overview.html 15 Oct 2010 21:29:05 -0000 1.98 @@ -63,7 +63,8 @@ h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } - p > span:not([title=""]):not([class="XXX"]):not([class="impl"]), li > span:not([title=""]):not([class="XXX"]):not([class="impl"]) { border-bottom: solid #9999CC; } + p > span:not([title=""]):not([class="XXX"]):not([class="impl"]):not([class="note"]), + li > span:not([title=""]):not([class="XXX"]):not([class="impl"]):not([class="note"]), { border-bottom: solid #9999CC; } div.head { margin: 0 0 1em; padding: 1em 0 0 0; } div.head p { margin: 0; }
Received on Friday, 15 October 2010 21:29:09 UTC