https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c56f2c2402f6ff41fa3d3b5c019dcbd6a4be97ea authored by ffxbld on 29 January 2012, 09:49:10 UTC
Added tag FIREFOX_10_0_BUILD1 for changeset baefae4b6685. CLOSED TREE a=release
Tip revision: c56f2c2
column-balancing-overflow-002.ref.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<title>Balancing Overflow</title>

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



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