Bug 652341 - Firefox Sync key document doesn't align to the right on RTL. r=ehsan

This commit is contained in:
Tomer Cohen 2011-04-25 17:15:22 -07:00
parent 1f44252a00
commit 998de94ed7

View File

@ -44,6 +44,8 @@
%syncBrandDTD;
<!ENTITY % syncKeyDTD SYSTEM "chrome://browser/locale/syncKey.dtd">
%syncKeyDTD;
<!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd" >
%globalDTD;
]>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
@ -57,10 +59,10 @@
</style>
</head>
<body>
<body dir="&locale.dir;">
<h1>&syncKey.page.title;</h1>
<p id="synckey">SYNCKEY</p>
<p id="synckey" dir="ltr">SYNCKEY</p>
<p>&syncKey.page.description;</p>