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/border-right.tag

26 lines
550 B

<!DOCTYPE tags>
<tags>
<tag name="border-right" type="property">
<attr name="value" type="list">
<items>
<item>grey</item>
<item>none</item>
<item>hidden</item>
<item>dotted</item>
<item>dashed</item>
<item>solid</item>
<item>double</item>
<item>groove</item>
<item>ridge</item>
<item>inset</item>
<item>outset</item>
<item>1px</item>
<item>thin</item>
<item>medium</item>
<item>thick</item>
<item>inherit</item>
</items>
</attr>
</tag>
</tags>