modifiers:padding modifiers
Parens in the modifier string add padding.
| Xilize markup | browser rendering |
|
p((. Padding is add in the direction the parens "point." p(myClass#myID2)((())). This is padded on the left as well as the right and has the "class" and "id" attributes set. |
Padding is add in the direction the parens "point." This is padded on the left as well as the right and has the "class" and "id" attributes set. |
XHTML generated
<p style="padding-left:2em;">Padding is add in the direction the
parens "point."</p>
<p class="myClass" id="myID2" style="padding-left:3em;padding-right:3em;">This
is padded on the left as well as the right and has the "class" and "id" attributes
set.</p>