- From: poot <cvsmail@w3.org>
- Date: Mon, 14 Feb 2011 20:00:51 -0500
- To: public-html-diffs@w3.org
hixie: typo (whatwg r5892) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4732&r2=1.4733&f=h http://html5.org/tools/web-apps-tracker?from=5891&to=5892 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4732 retrieving revision 1.4733 diff -u -d -r1.4732 -r1.4733 --- Overview.html 15 Feb 2011 00:57:00 -0000 1.4732 +++ Overview.html 15 Feb 2011 00:59:41 -0000 1.4733 @@ -63485,12 +63485,12 @@ margin-top: 0; margin-bottom: 0; } -h1 { margin-top: 0.67em; margin-bottom; 0.67em; } -h2 { margin-top: 0.83em; margin-bottom; 0.83em; } -h3 { margin-top: 1.00em; margin-bottom; 1.00em; } -h4 { margin-top: 1.33em; margin-bottom; 1.33em; } -h5 { margin-top: 1.67em; margin-bottom; 1.67em; } -h6 { margin-top: 2.33em; margin-bottom; 2.33em; } +h1 { margin-top: 0.67em; margin-bottom: 0.67em; } +h2 { margin-top: 0.83em; margin-bottom: 0.83em; } +h3 { margin-top: 1.00em; margin-bottom: 1.00em; } +h4 { margin-top: 1.33em; margin-bottom: 1.33em; } +h5 { margin-top: 1.67em; margin-bottom: 1.67em; } +h6 { margin-top: 2.33em; margin-bottom: 2.33em; } dd { margin-left: 40px; } /* <a href="#ltr-specific">LTR-specific</a>: use 'margin-right' for rtl elements */ dir, menu, ol, ul { padding-left: 40px; } /* <a href="#ltr-specific">LTR-specific</a>: use 'padding-right' for rtl elements */
Received on Tuesday, 15 February 2011 01:00:53 UTC