https://github.com/mozilla/gecko-dev
Raw File
Tip revision: be9467a241a197004d72131f89b0547b0bd60959 authored by tbirdbld on 30 August 2011, 17:58:03 UTC
Added tag THUNDERBIRD_6_0_1_RELEASE for changeset 41ea1b3fb0a9. CLOSED TREE a=release
Tip revision: be9467a
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