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/keeps_and_breaks/columnlevel1.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/keeps_and_breaks/columnlevel1.fo')
-rw-r--r-- | examples/fo/keeps_and_breaks/columnlevel1.fo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/fo/keeps_and_breaks/columnlevel1.fo b/examples/fo/keeps_and_breaks/columnlevel1.fo index 2a286f342..6c77f4610 100644 --- a/examples/fo/keeps_and_breaks/columnlevel1.fo +++ b/examples/fo/keeps_and_breaks/columnlevel1.fo @@ -14,9 +14,9 @@ This file addresses breaks in column context. margin-bottom="2cm" margin-left="2.5cm" margin-right="2.5cm"> - <fo:region-body - margin-top="3cm" margin-bottom="2cm" - column-count="2" column-gap="0.25in"/> + <fo:region-body + margin-top="3cm" margin-bottom="2cm" + column-count="2" column-gap="0.25in"/> <fo:region-before extent="3cm"/> <fo:region-after extent="2cm"/> </fo:simple-page-master> |