https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ca7bb560322fee1bccacd30012a2779713f88987 authored by ffxbld on 08 December 2015, 17:58:22 UTC
Added FIREFOX_43_0_RELEASE FIREFOX_43_0_BUILD1 tag(s) for changeset fc05d86dc310. DONTBUILD CLOSED TREE a=release
Tip revision: ca7bb56
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