https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 0131263898b343220b1d130a355dd44557b7ba1c authored by ffxbld on 28 March 2012, 11:57:22 UTC
Added FENNEC_12_0b3_RELEASE FENNEC_12_0b3_BUILD1 tag(s) for changeset 9dd07fc589d0. DONTBUILD CLOSED TREE a=release
Tip revision: 0131263
pref-width-1-ref.html
<!DOCTYPE html>
<html>
<head>
  <style>
  div { float:left; border:2px solid black; height:200px; }
  div.clear { clear:both; }
  span { display:inline-block; width:100px; }
  span.gap { width:80px; }
  </style>
</head>
<body>
  <div>
    <span></span><span></span>
  </div>
  <div class="clear">
    <span></span><span class="gap"></span><span></span>
  </div>
</body>
</html>
back to top