- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 12 Oct 2011 19:25:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv30907 Modified Files: Overview.html Log Message: Tables don't have a border by default, so we need to set the default border width to zero. (whatwg r6672) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5350 retrieving revision 1.5351 diff -u -d -r1.5350 -r1.5351 --- Overview.html 12 Oct 2011 19:14:47 -0000 1.5350 +++ Overview.html 12 Oct 2011 19:25:36 -0000 1.5351 @@ -64889,6 +64889,7 @@ border-spacing: 2px; border-collapse: separate; border-style: outset; + border-width: 0; text-indent: initial; }
Received on Wednesday, 12 October 2011 19:25:49 UTC