https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 647124a0b6d5691ab240b5e9fa80422f918e13b4 authored by ffxbld on 17 September 2015, 03:34:54 UTC
Added FIREFOX_41_0_RELEASE FIREFOX_41_0_BUILD2 tag(s) for changeset 42500ed7343e. DONTBUILD CLOSED TREE a=release
Tip revision: 647124a
column-balancing-002.ref.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<title>Balancing Overflow</title>

<style type="text/css">
  .colset {
    display: table;
    border-collapse: separate;
    border-spacing: 0;
    border: solid silver;
  }
  p { width: 3em; display: table-cell;}
</style>

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