https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 5ec6bde46c13b6d963d165fdb20f2e8f3a58460c authored by ffxbld on 04 January 2013, 23:31:18 UTC
Added FENNEC_18_0_RELEASE FENNEC_18_0_BUILD1 tag(s) for changeset 220ff6610655. DONTBUILD CLOSED TREE a=release
Tip revision: 5ec6bde
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