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

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

am ba1b1c9c: am 6cf9c394: Merge "Set the base direction of the Hebrew error pages to RTL"

Merge commit 'ba1b1c9c'

* commit 'ba1b1c9c':
  Set the base direction of the Hebrew error pages to RTL
parents 91651453 ba1b1c9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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>


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