https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9200a5ea74fb16fb486bd03bd5038f859fac0d7e authored by ffxbld on 17 October 2012, 14:13:16 UTC
Added FENNEC_17_0b2_RELEASE FENNEC_17_0b2_BUILD1 tag(s) for changeset d43c4e786513. DONTBUILD CLOSED TREE a=release
Tip revision: 9200a5e
right-ltr-ref.html
<!DOCTYPE html>
<html>
  <body>
    <div style="direction: rtl">
      <span style="border: 2px solid; border-right-style: none; padding-left: 5px; margin-left: 30px;">One</span>
      <br>
      <span style="border: 2px solid; border-left-style: none; padding-right: 10px; margin-right: 60px;">Two</span>
    </div>
  </body>
</html>
back to top