https://github.com/mozilla/gecko-dev
Raw File
Tip revision: b1d6a65e41475466a45b5d099cfa66fd47983690 authored by tbirdbld on 18 August 2011, 00:48:16 UTC
Added tag THUNDERBIRD_7_0b1_RELEASE for changeset 00f56713eab6. CLOSED TREE a=release
Tip revision: b1d6a65
min-width-1c.html
<!DOCTYPE html>
<html>
<head>
  <style>
  div { -moz-column-width:100px; -moz-column-count:2; -moz-column-gap:0; border:2px solid black; height:200px; }
  div.gap { -moz-column-gap:80px; }
  span { display:inline-block; width:200px; }
  </style>
</head>
<body>
  <table width="1"><tr><td><div>
    <span></span>
  </div></tr></td></table>
  <table width="1"><tr><td><div class="gap">
    <span></span>
  </div></tr></td></table>
</body>
</html>
back to top