diff options
author | Brad Fitzpatrick <bradfitz@android.com> | 2010-10-21 13:49:41 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-10-21 13:49:41 -0700 |
commit | 9509527eb609e8523408107ade74ac6be738f5e1 (patch) | |
tree | 44da661d8e9f9bc9d78dc96b7727d58fb2f7b505 /core/res | |
parent | eeacc37b386b83691a59e5f777a42294c191a20f (diff) | |
parent | 0c55136893849d72ac267f887a841efe845218a1 (diff) | |
download | frameworks_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.html | 2 | ||||
-rw-r--r-- | core/res/res/raw-ar/nodomain.html | 2 |
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> |