summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/css/color.tag
blob: ec23d733b07560864c608ac856301eb0d0ff1b6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE tags>
<tags>
    <tag name="color" type="property">
    <attr name="value" type="list">
	<items>
		<item>grey</item>
         <item>yellow</item>
		 <item>inherit</item>
	</items>
	</attr>
  </tag>
</tags>