https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d4d07f3efb70d0893e37bd66ca6f6ae3701baabc authored by Nick Thomas on 21 March 2016, 00:11:56 UTC
Bug 1254784 - Add 45.0esr win64 support to bouncer, r=rail, a=NPOTB
Tip revision: d4d07f3
column-balancing-overflow-003.ref.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<title>Balancing Overflow</title>

<style type="text/css">
  .colset {
    -moz-column-count: 3;
    -moz-column-gap: 0;
    border: solid silver;
    width: 9em;
  }
  img { display: block;
        width: 3em;
        height: 3em;}
</style>



<div class="colset">
  <img src="image-short.png">
</div>
back to top