diff options
author | Glen Mazza <gmazza@apache.org> | 2004-02-22 13:37:07 +0000 |
---|---|---|
committer | Glen Mazza <gmazza@apache.org> | 2004-02-22 13:37:07 +0000 |
commit | 6b5a9a4d934e033bad4f3fbd68c155162368e56b (patch) | |
tree | 425ecac25c772a60a426f18d9927c5dc1f2346ab /examples/fo/basic/normal.fo | |
parent | 6f1366ee37eacb8100da2c5c0f0de711cb95ef01 (diff) | |
download | xmlgraphics-fop-6b5a9a4d934e033bad4f3fbd68c155162368e56b.tar.gz xmlgraphics-fop-6b5a9a4d934e033bad4f3fbd68c155162368e56b.zip |
Formatting cleanup of fo:layout-master-sets in examples.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197361 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples/fo/basic/normal.fo')
-rw-r--r-- | examples/fo/basic/normal.fo | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/fo/basic/normal.fo b/examples/fo/basic/normal.fo index 6576e70a0..f3d5e0e36 100644 --- a/examples/fo/basic/normal.fo +++ b/examples/fo/basic/normal.fo @@ -22,12 +22,12 @@ Below fo:root there is always <!-- layout for the first page --> <fo:simple-page-master master-name="first" - page-height="21cm" - page-width="29.7cm" - margin-top="1cm" - margin-bottom="2cm" - margin-left="2.5cm" - margin-right="2.5cm"> + page-height="21cm" + page-width="29.7cm" + margin-top="1cm" + margin-bottom="2cm" + margin-left="2.5cm" + margin-right="2.5cm"> <fo:region-body margin-top="3cm"/> <fo:region-before extent="3cm"/> <fo:region-after extent="1.5cm"/> |