Skip to content

Commit

Permalink
[e] (0) fix over-eager fixing in previous checkin
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5328 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 24, 2010
1 parent adfbd27 commit dda9d45
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 @@ -86893,7 +86893,7 @@ <h4 id=alignment><span class=secno>14.2.4 </span>Alignment</h4>
h4[align=justify], h5[align=justify], h6[align=justify] { /* <a href=#case-insensitive-selector-exception>case-insensitive</a> */
text-align: justify;
}
head[valign=top], tbody[valign=top], tfoot[valign=top],
thead[valign=top], tbody[valign=top], tfoot[valign=top],
tr[valign=top], td[valign=top], th[valign=top] { /* <a href=#case-insensitive-selector-exception>case-insensitive</a> */
vertical-align: top;
}
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -79983,7 +79983,7 @@ p[align=justify], h1[align=justify], h2[align=justify], h3[align=justify],
h4[align=justify], h5[align=justify], h6[align=justify] { /* <a href=#case-insensitive-selector-exception>case-insensitive</a> */
text-align: justify;
}
head[valign=top], tbody[valign=top], tfoot[valign=top],
thead[valign=top], tbody[valign=top], tfoot[valign=top],
tr[valign=top], td[valign=top], th[valign=top] { /* <a href=#case-insensitive-selector-exception>case-insensitive</a> */
vertical-align: top;
}
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -99108,7 +99108,7 @@ p[align=justify], h1[align=justify], h2[align=justify], h3[align=justify],
h4[align=justify], h5[align=justify], h6[align=justify] { /* <a href="#case-insensitive-selector-exception">case-insensitive</a> */
text-align: justify;
}
head[valign=top], tbody[valign=top], tfoot[valign=top],
thead[valign=top], tbody[valign=top], tfoot[valign=top],
tr[valign=top], td[valign=top], th[valign=top] { /* <a href="#case-insensitive-selector-exception">case-insensitive</a> */
vertical-align: top;
}
Expand Down

0 comments on commit dda9d45

Please sign in to comment.