Skip to content

Commit

Permalink
[giow] (2) Center <hr> by default.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9423

git-svn-id: http://svn.whatwg.org/webapps@5033 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 13, 2010
1 parent 70c131b commit 2c52be8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -82990,7 +82990,7 @@ <h4 id=the-hr-element-0><span class=secno>14.2.8 </span>The <code><a href=#the-h

<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>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -76256,7 +76256,7 @@ input { box-sizing: border-box; }</pre>

<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>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -94483,7 +94483,7 @@ input { box-sizing: border-box; }</pre>

<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>
Expand Down

0 comments on commit 2c52be8

Please sign in to comment.