summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/css/line-height.tag
blob: f199f55f3d9293fd93c802b0c7439b643e968677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE tags>
<tags>
  <tag name="line-height" type="property">
     <attr name="value" type="list">
       <items>
		<item>1.1</item>
         <item>1px</item>
         <item>0%</item>
		 <item>normal</item>
         <item>inherit</item>
       </items>
     </attr>
  </tag>
</tags>