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

Commit bda38da1 authored by Shachar Shemesh's avatar Shachar Shemesh Committed by Steve Kondik
Browse files

Make the base direction of the Arabic error pages RTL

Change-Id: I10df9cb92d18850e8893298b2edfd9e57ca5cfef
parent ff520935
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>