[html5] r5033 - [giow] (2) Center <hr> by default. Fixing http://www.w3.org/Bugs/Public/show_bug [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Apr 13 02:22:10 PDT 2010
Author: ianh
Date: 2010-04-13 02:22:09 -0700 (Tue, 13 Apr 2010)
New Revision: 5033
Modified:
complete.html
index
source
Log:
[giow] (2) Center <hr> by default.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9423
Modified: complete.html
===================================================================
--- complete.html 2010-04-13 09:16:20 UTC (rev 5032)
+++ complete.html 2010-04-13 09:22:09 UTC (rev 5033)
@@ -82990,7 +82990,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>
Modified: index
===================================================================
--- index 2010-04-13 09:16:20 UTC (rev 5032)
+++ index 2010-04-13 09:22:09 UTC (rev 5033)
@@ -76256,7 +76256,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>
Modified: source
===================================================================
--- source 2010-04-13 09:16:20 UTC (rev 5032)
+++ source 2010-04-13 09:22:09 UTC (rev 5033)
@@ -94483,7 +94483,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
<span>presentational hints</span>:</p>
More information about the Commit-Watchers
mailing list