html5/spec Overview.html,1.4048,1.4049

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19039

Modified Files:
	Overview.html 
Log Message:
Center <hr> by default. (whatwg r5033)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4048
retrieving revision 1.4049
diff -u -d -r1.4048 -r1.4049
--- Overview.html	13 Apr 2010 09:16:24 -0000	1.4048
+++ Overview.html	13 Apr 2010 09:22:13 -0000	1.4049
@@ -61440,7 +61440,7 @@
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
 
-hr { color: gray; border-style: inset; border-width: 1px; margin-top: 0.5em; margin-bottom: 0.5em; }</pre>
+hr { color: gray; border-style: inset; border-width: 1px; margin: 0.5em auto; }</pre>
 
   <p>The following rules are also expected to apply, as
   <a href="#presentational-hints">presentational hints</a>:</p>

Received on Tuesday, 13 April 2010 09:22:18 UTC