https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 2c4f51be60ad9c560d8ea89ff3e7aaaec06192b7 authored by seabld on 31 May 2012, 07:30:18 UTC
Added tag SEAMONKEY_2_10b3_RELEASE for changeset FIREFOX_13_0b6_BUILD1. CLOSED TREE a=release
Tip revision: 2c4f51b
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