We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2da45 commit 4a59e77Copy full SHA for 4a59e77
1 file changed
css3-gcpm/Overview.src.html
@@ -304,7 +304,6 @@ <h4>Setting named strings: the 'string-set' property</h4>
304
305
<pre>
306
@page {
307
- margin: 10%;
308
@top-right { content: env(url) }
309
@bottom-right { content: env(date-time) }
310
}
@@ -945,9 +944,6 @@ <h3>Turning elements into footnotes</h3>
945
944
span.footnote {
946
float: footnote;
947
948
-span.footnote::before {
949
- content: counter(footnote);
950
-}
951
</pre>
952
953
<p>Here is one possible presentation of inline footnotes:
0 commit comments