https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 2e97aba3a36b42edd494e9040d83da4039197afc authored by ffxbld on 24 September 2014, 00:30:28 UTC
Added FENNEC_32_0_3_RELEASE FENNEC_32_0_3_BUILD1 tag(s) for changeset 56387c7f043a. DONTBUILD CLOSED TREE a=release
Tip revision: 2e97aba
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