https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 157c269c5a67e71c7df0c105418d9f92dcdc787a authored by ffxbld on 05 December 2013, 15:15:21 UTC
Added FENNEC_26_0_RELEASE FENNEC_26_0_BUILD2 tag(s) for changeset 6f83870c1811. DONTBUILD CLOSED TREE a=release
Tip revision: 157c269
column-balancing-000.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<title>Balancing Overflow</title>

<style type="text/css">
  .colset {
    -moz-column-count: 3;
    -moz-column-gap: 0;
    border: solid silver;
    width: 9em;
  }
  p { margin: 0; }
</style>



<div class="colset">
  <p>one two three four five</p>
</div>
back to top