summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShachar Shemesh <lingnu@gmail.com>2010-10-19 15:05:40 +0200
committerJean-Baptiste Queru <jbq@google.com>2010-10-20 11:01:32 -0700
commit2fdf2728556a729bbfd7c7f9e273282e729d6610 (patch)
tree0c070f7ac862be0d24d60b57cf17d3216e5de815
parent56a7739755391741a99ea1321d97b941af28236b (diff)
downloadframeworks_base-2fdf2728556a729bbfd7c7f9e273282e729d6610.zip
frameworks_base-2fdf2728556a729bbfd7c7f9e273282e729d6610.tar.gz
frameworks_base-2fdf2728556a729bbfd7c7f9e273282e729d6610.tar.bz2
Make the base direction of the Arabic error pages RTL
Change-Id: I10df9cb92d18850e8893298b2edfd9e57ca5cfef
-rw-r--r--core/res/res/raw-ar/loaderror.html2
-rw-r--r--core/res/res/raw-ar/nodomain.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/raw-ar/loaderror.html b/core/res/res/raw-ar/loaderror.html
index edcd63a..aa9805c 100644
--- a/core/res/res/raw-ar/loaderror.html
+++ b/core/res/res/raw-ar/loaderror.html
@@ -2,7 +2,7 @@
<head>
<title>صفحة الويب غير متوفرة</title>
<style type="text/css">
- body { margin-top: 0px; padding-top: 0px; }
+ body { margin-top: 0px; padding-top: 0px; direction: rtl; }
h2 { margin-top: 5px; padding-top: 0px; }
</style>
diff --git a/core/res/res/raw-ar/nodomain.html b/core/res/res/raw-ar/nodomain.html
index bc070f6..2e5849f 100644
--- a/core/res/res/raw-ar/nodomain.html
+++ b/core/res/res/raw-ar/nodomain.html
@@ -2,7 +2,7 @@
<head>
<title>صفحة الويب غير متوفرة</title>
<style type="text/css">
- body { margin-top: 0px; padding-top: 0px; }
+ body { margin-top: 0px; padding-top: 0px; direction: rtl; }
h2 { margin-top: 5px; padding-top: 0px; }
</style>