Skip to content

Commit 32abf1d

Browse files
committed
[css2] alignment -> text-align
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40430
1 parent 76ee2a6 commit 32abf1d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css2/sample.src

Lines changed: 6 additions & 6 deletions
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 1.14 1997-11-25 19:48:46 ian Exp $ -->
3+
<!-- $Id: sample.src,v 1.15 1997-11-25 22:08:28 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix A: A sample style sheet for HTML 4.0</TITLE>
@@ -72,7 +72,7 @@ BODY {
7272
word-spacing: normal;
7373
letter-spacing: normal;
7474
text-transform: none;
75-
alignment: left;
75+
text-align: left;
7676
text-indent: 0;
7777
white-space: normal;
7878
}
@@ -187,7 +187,7 @@ U, INS {
187187
}
188188

189189
CENTER {
190-
alignment: center;
190+
text-align: center;
191191
}
192192

193193

@@ -223,18 +223,18 @@ CAPTION, LEGEND, TD, TH {
223223
word-spacing: normal;
224224
letter-spacing: normal;
225225
text-transform: none;
226-
alignment: left;
226+
text-align: left;
227227
text-indent: 0;
228228
white-space: normal;
229229
}
230230

231231
TH {
232232
font-weight: bolder;
233-
alignment: center;
233+
text-align: center;
234234
}
235235

236236
CAPTION {
237-
alignment: center;
237+
text-align: center;
238238
}
239239

240240

0 commit comments

Comments
 (0)