summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@android.com>2010-10-21 07:18:18 -0700
committerAndroid Code Review <code-review@android.com>2010-10-21 07:18:18 -0700
commit15358e145622df90942a444a63ae0006713b636d (patch)
treee01842b086e9394fa3316e653de2b7356c4bdc9b
parent6cf9c39452c87fe424a0ca125cf797e1c5e0830b (diff)
parent2fdf2728556a729bbfd7c7f9e273282e729d6610 (diff)
downloadframeworks_base-15358e145622df90942a444a63ae0006713b636d.zip
frameworks_base-15358e145622df90942a444a63ae0006713b636d.tar.gz
frameworks_base-15358e145622df90942a444a63ae0006713b636d.tar.bz2
Merge "Make the base direction of the Arabic error pages RTL"
-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>