Difference between revisions of "SHIP:Property:boxmodel:pl"

From Serious Documentation
Jump to: navigation, search
(Node: {{Node|box}})
m (Admin moved page SHIP:Property:box:pl to SHIP:Property:boxmodel:pl without leaving a redirect)
(No difference)

Revision as of 07:45, 21 January 2013

Node: box

Property Data Type Description
pl Dimension Sets the left padding thickness of the box model node.

The padding left (pl) property of the box set the left edge padding of the container. The padding begins inside the innermost pixel of the left border and is exactly the pl number of pixels thick.

Inside the padding is the final inner area of the container where child objects (including other boxes) can exist. Child objects inside the inner area are clipped visually to the inner area, and the location (0,0) is the upper left corner of this inner area.