Skip to content

Commit c1e3360

Browse files
committed
2012-01-31 simon.fraser@apple.com
Removed unused style, which broke the propdef tables Go back to the Editors Draft stylesheet.
1 parent 0a8cada commit c1e3360

3 files changed

Lines changed: 8 additions & 32 deletions

File tree

css3-animations/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2012-01-31 simon.fraser@apple.com
2+
Removed unused style, which broke the propdef tables
3+
Go back to the Editors Draft stylesheet.
4+
15
2012-01-30 simon.fraser@apple.com
26
Editorial only; change all <span class=""> to <code> to get default.css styling,
37
and minor reformatting.

css3-animations/Overview.html

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,6 @@
55
<head>
66
<title>CSS Animations</title>
77
<link href="../default.css" rel=stylesheet type="text/css">
8-
9-
<style type="text/css">
10-
.rhs { white-space: pre-wrap; }
11-
code { font-size: inherit; }
12-
#box-shadow-samples td { background: white; color: black; }
13-
14-
table {
15-
border-collapse: collapse;
16-
}
17-
td {
18-
padding: 0.2em 1em;
19-
border: 1px solid black;
20-
}
21-
</style>
228
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
239
type="text/css">
2410

@@ -29,15 +15,15 @@
2915

3016
<h1>CSS Animations</h1>
3117

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 January
18+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 January
3319
2012</h2>
3420

3521
<dl>
3622
<dt>This version:
3723

3824
<dd><a
39-
href="http://www.w3.org/TR/2012/ED-css3-animations-20120130/">http://dev.w3.org/csswg/css3-animations/</a>
40-
<!--http://www.w3.org/TR/2012/WD-css3-animations-20120130-->
25+
href="http://www.w3.org/TR/2012/ED-css3-animations-20120131/">http://dev.w3.org/csswg/css3-animations/</a>
26+
<!--http://www.w3.org/TR/2012/WD-css3-animations-20120131-->
4127

4228
<dt>Latest version:
4329

css3-animations/Overview.src.html

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,7 @@
55
<head>
66
<title>CSS Animations</title>
77
<link rel="stylesheet" type="text/css" href="../default.css">
8-
<style type="text/css">
9-
.rhs { white-space: pre-wrap; }
10-
code { font-size: inherit; }
11-
#box-shadow-samples td { background: white; color: black; }
12-
13-
table {
14-
border-collapse: collapse;
15-
}
16-
td {
17-
padding: 0.2em 1em;
18-
border: 1px solid black;
19-
}
20-
</style>
21-
<link rel="stylesheet" type="text/css"
22-
href="http://www.w3.org/StyleSheets/TR/W3C-WD.css">
8+
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
239
</head>
2410

2511
<body>

0 commit comments

Comments
 (0)