https://github.com/mozilla/gecko-dev
Raw File
Tip revision: b7e27340b23828cb743b5c51f4ecbd17a7e97f66 authored by Vincent Liu on 24 May 2013, 02:38:31 UTC
Bug 864588 - [B2G] [Leo] [Internet Sharing] USB tethering turns off almost immediately after being turned on. r=vchang, a=leo+
Tip revision: b7e2734
column-balancing-000.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;
  }
  p { margin: 0; }
</style>



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