You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdewebdev/quanta/data/dtep/css/text-align.tag

16 lines
317 B

<!DOCTYPE tags>
<tags>
<tag name="text-align" type="property">
<attr name="value" type="list">
<items>
<item>left</item>
<item>right</item>
<item>center</item>
<item>justify</item>
<item>" . "</item>
<item>inherit</item>
</items>
</attr>
</tag>
</tags>