summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@android.com>2010-10-21 13:49:41 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-21 13:49:41 -0700
commit9509527eb609e8523408107ade74ac6be738f5e1 (patch)
tree44da661d8e9f9bc9d78dc96b7727d58fb2f7b505 /core/res
parenteeacc37b386b83691a59e5f777a42294c191a20f (diff)
parent0c55136893849d72ac267f887a841efe845218a1 (diff)
downloadframeworks_base-9509527eb609e8523408107ade74ac6be738f5e1.zip
frameworks_base-9509527eb609e8523408107ade74ac6be738f5e1.tar.gz
frameworks_base-9509527eb609e8523408107ade74ac6be738f5e1.tar.bz2
am 0c551368: am 15358e14: Merge "Make the base direction of the Arabic error pages RTL"
Merge commit '0c55136893849d72ac267f887a841efe845218a1' * commit '0c55136893849d72ac267f887a841efe845218a1': Make the base direction of the Arabic error pages RTL
Diffstat (limited to 'core/res')
-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>