https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 2e97aba3a36b42edd494e9040d83da4039197afc authored by ffxbld on 24 September 2014, 00:30:28 UTC
Added FENNEC_32_0_3_RELEASE FENNEC_32_0_3_BUILD1 tag(s) for changeset 56387c7f043a. DONTBUILD CLOSED TREE a=release
Tip revision: 2e97aba
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