https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 5ca162bdba5cfb072c686d36ab3d7941657cb4a5 authored by ffxbld on 08 February 2012, 13:55:47 UTC
Added tag FIREFOX_10_0_1_BUILD1 for changeset c581b36e7a12. CLOSED TREE a=release
Tip revision: 5ca162b
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