summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/css/table-layout.tag
blob: 4e47f2676b976e1cd90620e49eda2338d26b2706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE tags>
<tags>
  <tag name="table-tqlayout" type="property">
     <attr name="value" type="list">
       <items>
		 <item>auto</item>
		 <item>fixed</item>
		 <item>inherit</item>
       </items>
     </attr>
  </tag>
</tags>