Skip to content

Commit 4a59e77

Browse files
committed
revised example
1 parent bc2da45 commit 4a59e77

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

css3-gcpm/Overview.src.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ <h4>Setting named strings: the 'string-set' property</h4>
304304

305305
<pre>
306306
@page {
307-
margin: 10%;
308307
@top-right { content: env(url) }
309308
@bottom-right { content: env(date-time) }
310309
}
@@ -945,9 +944,6 @@ <h3>Turning elements into footnotes</h3>
945944
span.footnote {
946945
float: footnote;
947946
}
948-
span.footnote::before {
949-
content: counter(footnote);
950-
}
951947
</pre>
952948

953949
<p>Here is one possible presentation of inline footnotes:

0 commit comments

Comments
 (0)