Skip to content

Commit e8d0834

Browse files
committed
[css2] Commented out the page numbers for printed output. The current
CSS validator doesn't know @bottom-right yet and the page numbers aren't essential anyway. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402783
1 parent 9a26984 commit e8d0834

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

css2/style/default.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Style sheet for the CSS2 specification
3-
* $Id: default.css,v 2.27 2006-11-03 16:37:31 bbos Exp $
3+
* $Id: default.css,v 2.28 2007-07-17 18:15:40 bbos Exp $
44
*/
55

66
BODY {
@@ -173,6 +173,7 @@ div.issue, p.issue {border: thin solid red; padding: 0.5em}
173173
.issue:before {content: "Issue:"; background: red; color: white;
174174
padding: 0 0.5em; font-weight: bold; margin: 0 1em 0 0}
175175

176+
/*
176177
@page {
177178
@bottom-right {
178179
font-family: helvetica, sans-serif;
@@ -182,6 +183,7 @@ div.issue, p.issue {border: thin solid red; padding: 0.5em}
182183
padding-top: 2em;
183184
}
184185
}
186+
*/
185187

186188
@media print {
187189
P {

0 commit comments

Comments
 (0)