summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/css/border-bottom-width.tag
blob: 11c3f803ce4a4fe16d6ef674aa2f476332b42a28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE tags>
<tags>
    <tag name="border-bottom-width" type="property">
    <attr name="value" type="list">
	<items>
		<item>1px</item>
         <item>thin</item>
		 <item>medium</item>
		 <item>thick</item>
		<item>inherit</item>
	</items>	
	</attr>
  </tag>
</tags>