Skip to content

Commit ecb78e1

Browse files
committed
[css2] Replaced the incorrect 'page-break-before: odd'
with'page-break-before: right' --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402431
1 parent a17412a commit ecb78e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/style/default.css

Lines changed: 2 additions & 2 deletions
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.25 2006-04-06 23:42:15 bbos Exp $
3+
* $Id: default.css,v 2.26 2006-04-07 18:50:11 bbos Exp $
44
*/
55

66
BODY {
@@ -193,5 +193,5 @@ DIV.navbar {
193193
display: none;
194194
}
195195

196-
H1 { page-break-before: odd }
196+
H1 { page-break-before: right }
197197
}

0 commit comments

Comments
 (0)