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