Skip to content

Commit acc1a03

Browse files
committed
[css2] Edits by Kimberly.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402213
1 parent d375d96 commit acc1a03

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

css2/sample.src

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: sample.src,v 2.37 2004-02-14 00:59:12 bbos Exp $ -->
3+
<!-- $Id: sample.src,v 2.38 2004-02-17 19:42:43 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<TITLE>A sample style sheet for HTML 4.0</TITLE>
7-
<!-- Changed by: Ian B. Jacobs, 28-Sep-1998 -->
6+
<TITLE>Default style sheet for HTML 4.0</TITLE>
7+
<!-- Changed by Kimberly Blessing, 2004-02-13 -->
88
</HEAD>
99
<BODY>
10-
<H1>Default style sheets: Sample for HTML 4.0</H1>
10+
<H1>Default style sheet for HTML 4.0</H1>
1111
<P><em>This appendix is informative, not normative.</em></P>
1212

1313
<P>This style sheet describes the typical formatting of all HTML 4.0
@@ -28,7 +28,7 @@ DIV). Likewise, legacy presentation of presentational attributes
2828
the markup in the source document must be changed.
2929

3030
<pre class="example">
31-
address,
31+
html, address,
3232
blockquote,
3333
body, dd, div,
3434
dl, dt, fieldset, form,
@@ -72,11 +72,12 @@ kbd, samp { font-family: monospace }
7272
pre { white-space: pre }
7373
button, textarea,
7474
input, object,
75-
select<del>, img</del> { display:inline-block; }
75+
select { display:inline-block; }
7676
big { font-size: 1.17em }
7777
small, sub, sup { font-size: .83em }
7878
sub { vertical-align: sub }
7979
sup { vertical-align: super }
80+
table { border-spacing: 2px; }
8081
thead, tbody,
8182
tfoot { vertical-align: middle }
8283
td, th { vertical-align: inherit }

0 commit comments

Comments
 (0)