Skip to content

Commit 2cbcbae

Browse files
committed
@[css2] page outside of @media
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401829
1 parent f8a3245 commit 2cbcbae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css2/sample.src

Lines changed: 3 additions & 2 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 2.21 1998-09-28 18:46:26 ijacobs Exp $ -->
3+
<!-- $Id: sample.src,v 2.22 2000-08-08 17:29:12 ijacobs 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>
@@ -106,8 +106,9 @@ COL, COLGROUP, TD, TH, CAPTION
106106
/* End bidi settings */
107107
</a>
108108

109+
@page { margin: 10% }
110+
109111
@media print {
110-
@page { margin: 10% }
111112
H1, H2, H3,
112113
H4, H5, H6 { page-break-after: avoid; page-break-inside: avoid }
113114
BLOCKQUOTE,

0 commit comments

Comments
 (0)