summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Brad Fitzpatrick <bradfitz@android.com> 2010-10-21 07:18:02 -0700
committer Android Code Review <code-review@android.com> 2010-10-21 07:18:02 -0700
commit6cf9c39452c87fe424a0ca125cf797e1c5e0830b (patch)
treedc9f14bae26e0f05d72d4b2640204c0b3d52eba1
parent5d919b4387488d2420cb14b4f9ba3fd158efa3cc (diff)
parent56a7739755391741a99ea1321d97b941af28236b (diff)
Merge "Set the base direction of the Hebrew error pages to RTL"
-rw-r--r--core/res/res/raw-iw/loaderror.html2
-rw-r--r--core/res/res/raw-iw/nodomain.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/raw-iw/loaderror.html b/core/res/res/raw-iw/loaderror.html
index 8155432a24b5..8d5a53f24067 100644
--- a/core/res/res/raw-iw/loaderror.html
+++ b/core/res/res/raw-iw/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-iw/nodomain.html b/core/res/res/raw-iw/nodomain.html
index f7b9f428208a..0dcd7f8b0158 100644
--- a/core/res/res/raw-iw/nodomain.html
+++ b/core/res/res/raw-iw/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>