- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 15 Feb 2011 00:59:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15712
Modified Files:
Overview.html
Log Message:
typo (whatwg r5892)
Index: Overview.html
===================================================================
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 00:59:46 UTC