summaryrefslogtreecommitdiffstats
path: root/core/res/res/raw-iw
diff options
context:
space:
mode:
authorShachar Shemesh <lingnu@gmail.com>2010-10-19 15:04:02 +0200
committerJean-Baptiste Queru <jbq@google.com>2010-10-20 11:01:26 -0700
commit56a7739755391741a99ea1321d97b941af28236b (patch)
tree2bf64dd0d803f72b8aa9afdfd9d98e6043756f87 /core/res/res/raw-iw
parentdb723ea0f70392f712542edb1114fc15e782cdb7 (diff)
downloadframeworks_base-56a7739755391741a99ea1321d97b941af28236b.zip
frameworks_base-56a7739755391741a99ea1321d97b941af28236b.tar.gz
frameworks_base-56a7739755391741a99ea1321d97b941af28236b.tar.bz2
Set the base direction of the Hebrew error pages to RTL
Change-Id: I435e724f9638e294b7e03527e7c6244a307f010e
Diffstat (limited to 'core/res/res/raw-iw')
-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>