Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56a77397 authored by Shachar Shemesh's avatar Shachar Shemesh Committed by Jean-Baptiste Queru
Browse files

Set the base direction of the Hebrew error pages to RTL

Change-Id: I435e724f9638e294b7e03527e7c6244a307f010e
parent db723ea0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>

+1 −1
Original line number Diff line number Diff line
@@ -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>