https://github.com/mozilla/gecko-dev
Raw File
Tip revision: bb844381d6e94a8272c6349136d6dc300b3bf8bc authored by seabld on 22 May 2012, 15:55:51 UTC
Added tag SEAMONKEY_2_10b2_RELEASE for changeset FIREFOX_13_0b4_BUILD1. CLOSED TREE a=release
Tip revision: bb84438
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