https://github.com/mozilla/gecko-dev
Raw File
Tip revision: fa757056f6b6d57357c7b99cfe0e15c2f8cb671d authored by ffxbld on 23 June 2012, 17:47:24 UTC
Added FIREFOX_13_0_2_RELEASE FIREFOX_13_0_2_BUILD1 tag(s) for changeset e09dff06a519. DONTBUILD CLOSED TREE a=release
Tip revision: fa75705
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