Merge "Set the base direction of the Hebrew error pages to RTL"

This commit is contained in:
Brad Fitzpatrick
2010-10-21 07:18:02 -07:00
committed by Android Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<head> <head>
<title>דף אינטרנט לא זמין</title> <title>דף אינטרנט לא זמין</title>
<style type="text/css"> <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; } h2 { margin-top: 5px; padding-top: 0px; }
</style> </style>

View File

@@ -2,7 +2,7 @@
<head> <head>
<title>דף אינטרנט לא זמין</title> <title>דף אינטרנט לא זמין</title>
<style type="text/css"> <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; } h2 { margin-top: 5px; padding-top: 0px; }
</style> </style>