Skip to content

Commit 2360f0b

Browse files
committed
[css2] Added vertical-align rule for ISSUE-33
http://www.w3.org/Style/CSS/Tracker/issues/33 --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402842
1 parent d7fd83c commit 2360f0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css2/sample.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: sample.src,v 2.44 2006-10-09 16:56:29 bbos Exp $ -->
3+
<!-- $Id: sample.src,v 2.45 2008-04-17 09:30:39 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Default style sheet for HTML 4</TITLE>
@@ -79,7 +79,7 @@ sup { vertical-align: super }
7979
table { border-spacing: 2px; }
8080
thead, tbody,
8181
tfoot { vertical-align: middle }
82-
td, th { vertical-align: inherit }
82+
td, th, tr { vertical-align: inherit }
8383
s, strike, del { text-decoration: line-through }
8484
hr { border: 1px inset }
8585
ol, ul, dir,

0 commit comments

Comments
 (0)