Skip to content

Commit 3dd8e39

Browse files
committed
[css2] Håkon's edit: different value for vertical-align in tables.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402125
1 parent 30a0fd4 commit 3dd8e39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css2/sample.src

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: sample.src,v 2.32 2003-08-18 14:52:29 bbos Exp $ -->
3+
<!-- $Id: sample.src,v 2.33 2003-08-20 16:41:32 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>A sample style sheet for HTML 4.0</TITLE>
@@ -77,6 +77,8 @@ big { font-size: 1.17em }
7777
small, sub, sup { font-size: .83em }
7878
sub { vertical-align: sub }
7979
sup { vertical-align: super }
80+
thead, tbody,
81+
tfoot { vertical-align: middle }
8082
td, th { vertical-align: inherit }
8183
s, strike, del { text-decoration: line-through }
8284
hr { border: 1px inset }

0 commit comments

Comments
 (0)