summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShachar Shemesh <lingnu@gmail.com>2010-10-19 15:04:02 +0200
committerSteve Kondik <shade@chemlab.org>2010-11-18 01:53:27 -0500
commitff520935823241e793fb6116d0d69946b9a8db54 (patch)
treefb54b4d8f69360ba13b07c28e70df513d5913b19
parenta84a31b88265f273176c28b4fd6b24ca43754145 (diff)
downloadframeworks_base-ff520935823241e793fb6116d0d69946b9a8db54.zip
frameworks_base-ff520935823241e793fb6116d0d69946b9a8db54.tar.gz
frameworks_base-ff520935823241e793fb6116d0d69946b9a8db54.tar.bz2
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 8155432..8d5a53f 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 f7b9f42..0dcd7f8 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>