diff options
author | fotis <fotis@unknown> | 2000-07-21 23:49:46 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2000-07-21 23:49:46 +0000 |
commit | 3ae22d6fc18bae999be3e8cba3980f1c574d2602 (patch) | |
tree | 0feff9aa9d368240af3e1e204e32318af8668058 /docs/examples/fo/border.fo | |
parent | 2f5eaee18e0df6f21bd1cdb43474abfc455761e3 (diff) | |
download | xmlgraphics-fop-3ae22d6fc18bae999be3e8cba3980f1c574d2602.tar.gz xmlgraphics-fop-3ae22d6fc18bae999be3e8cba3980f1c574d2602.zip |
updates text-align/text-align-last values to xsl 2000 spec
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193549 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/examples/fo/border.fo')
-rw-r--r-- | docs/examples/fo/border.fo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/fo/border.fo b/docs/examples/fo/border.fo index c1e7aa56d..6e77e537c 100644 --- a/docs/examples/fo/border.fo +++ b/docs/examples/fo/border.fo @@ -122,10 +122,10 @@ <fo:block text-align="start">DESCRIPTION</fo:block> </fo:table-cell> <fo:table-cell border-width="1pt" border-color="blue" border-style="solid" padding="3pt"> - <fo:block text-align="centered">RATE</fo:block> + <fo:block text-align="center">RATE</fo:block> </fo:table-cell> <fo:table-cell border-width="1pt" border-color="orange" border-style="solid" padding="2pt"> - <fo:block text-align="centered">AMOUNT</fo:block> + <fo:block text-align="center">AMOUNT</fo:block> </fo:table-cell> </fo:table-row> <fo:table-row line-height="12pt"> |