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-style.tag

21 lines
443 B

<!DOCTYPE tags>
<tags>
<tag name="border-right-style" type="property">
<attr name="value" type="list">
<items>
<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>inherit</item>
</items>
</attr>
</tag>
</tags>