From 3e578db8e5920d47e481b5f2df3483eb759b47fc Mon Sep 17 00:00:00 2001 From: fotis Date: Sun, 19 Mar 2000 23:24:31 +0000 Subject: [PATCH] adds properties for borders, position and padding git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193303 13f79535-47bb-0310-9956-ffa450edef68 --- docs/implemented.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/implemented.html b/docs/implemented.html index 990b2d9e7..244de36b1 100644 --- a/docs/implemented.html +++ b/docs/implemented.html @@ -100,6 +100,11 @@
  • padding-left (only in conjunction with background color)
  • padding-bottom (only in conjunction with background color)
  • padding-right (only in conjunction with background color)
  • +
  • border-color (only one value allowed)
  • +
  • border-style (allowed value: "solid")
  • +
  • border-width (only one value allowed)
  • +
  • position (allowed values: "static" (default), "relative", "absolute", fixed )
  • +
  • padding (only one value allowed)


  • -- 2.39.5