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