summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@android.com>2010-10-21 09:10:55 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-21 09:10:55 -0700
commit0c55136893849d72ac267f887a841efe845218a1 (patch)
tree91edbc9c83a20cc5c03fd51dddc666804b8c2ee6 /core
parentba1b1c9c22373737b1ba50a6847b1fbe33999179 (diff)
parent15358e145622df90942a444a63ae0006713b636d (diff)
downloadframeworks_base-0c55136893849d72ac267f887a841efe845218a1.zip
frameworks_base-0c55136893849d72ac267f887a841efe845218a1.tar.gz
frameworks_base-0c55136893849d72ac267f887a841efe845218a1.tar.bz2
am 15358e14: Merge "Make the base direction of the Arabic error pages RTL"
Merge commit '15358e145622df90942a444a63ae0006713b636d' into gingerbread-plus-aosp * commit '15358e145622df90942a444a63ae0006713b636d': Make the base direction of the Arabic error pages RTL
Diffstat (limited to 'core')
-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>