- From: poot <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 18:22:26 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Center <hr> by default. (whatwg r5033)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4048&r2=1.4049&f=h
http://html5.org/tools/web-apps-tracker?from=5032&to=5033
===================================================================
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:55 UTC