Skip to content

Commit e7aae00

Browse files
committed
[css-easing-2][editorial] Remove manual biblio, as I'm adding it to SpecRef.
1 parent 5353ee6 commit e7aae00

File tree

1 file changed

+7
-22
lines changed

1 file changed

+7
-22
lines changed

css-easing-2/Overview.bs

+7-22
Original file line numberDiff line numberDiff line change
@@ -33,31 +33,16 @@ WPT Display: closed
3333
!Tests: <a href="https://github.com/web-platform-tests/wpt/tree/master/css/css-easing">web-platform-tests css/css-easing</a>
3434
</pre>
3535

36-
<pre class=biblio>
37-
{
38-
"FUND-COMP-GRAPHICS": {
39-
"title": "Fundamentals of Computer Graphics",
40-
"authors": [
41-
"Peter Shirley",
42-
"Michael Ashikhmin",
43-
"Steve Marschner"
44-
],
45-
"date": "2009",
46-
"publisher": "A K Peters Limited"
47-
}
48-
}
49-
</pre>
50-
5136
<style>
37+
.easing-graph {
38+
max-width: 400px;
39+
width: 100%;
40+
}
41+
@media (prefers-color-scheme: dark) {
5242
.easing-graph {
53-
max-width: 400px;
54-
width: 100%;
55-
}
56-
@media (prefers-color-scheme: dark) {
57-
.easing-graph {
58-
background: none;
59-
}
43+
background: none;
6044
}
45+
}
6146
</style>
6247

6348
Introduction {#introduction}

0 commit comments

Comments
 (0)