We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a0fd4 commit 3dd8e39Copy full SHA for 3dd8e39
css2/sample.src
@@ -1,6 +1,6 @@
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
<html lang="en">
3
-<!-- $Id: sample.src,v 2.32 2003-08-18 14:52:29 bbos Exp $ -->
+<!-- $Id: sample.src,v 2.33 2003-08-20 16:41:32 bbos Exp $ -->
4
<HEAD>
5
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
<TITLE>A sample style sheet for HTML 4.0</TITLE>
@@ -77,6 +77,8 @@ big { font-size: 1.17em }
77
small, sub, sup { font-size: .83em }
78
sub { vertical-align: sub }
79
sup { vertical-align: super }
80
+thead, tbody,
81
+tfoot { vertical-align: middle }
82
td, th { vertical-align: inherit }
83
s, strike, del { text-decoration: line-through }
84
hr { border: 1px inset }
0 commit comments