summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Shachar Shemesh <lingnu@gmail.com> 2010-10-19 15:04:02 +0200
committer Jean-Baptiste Queru <jbq@google.com> 2010-10-20 11:01:26 -0700
commit56a7739755391741a99ea1321d97b941af28236b (patch)
tree2bf64dd0d803f72b8aa9afdfd9d98e6043756f87
parentdb723ea0f70392f712542edb1114fc15e782cdb7 (diff)
Set the base direction of the Hebrew error pages to RTL
Change-Id: I435e724f9638e294b7e03527e7c6244a307f010e
-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>