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

Commit 9509527e authored by Brad Fitzpatrick's avatar Brad Fitzpatrick Committed by Android Git Automerger
Browse files

am 0c551368: am 15358e14: Merge "Make the base direction of the Arabic error pages RTL"

Merge commit '0c551368'

* commit '0c551368':
  Make the base direction of the Arabic error pages RTL
parents eeacc37b 0c551368
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>