From 0101530963d7c86d7e8809f2ced39ab933126c99 Mon Sep 17 00:00:00 2001 From: Erfan Esmayili Barzi Date: Sun, 9 Aug 2026 23:07:18 +0330 Subject: [PATCH] Remove alignment from child and add it to upper level using rtl and ltr sub classes. --- public/css/mobile.css | 3 --- public/css/screen.css | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/public/css/mobile.css b/public/css/mobile.css index 211a8335..10de1bd5 100644 --- a/public/css/mobile.css +++ b/public/css/mobile.css @@ -43,7 +43,6 @@ article ul, article ol { padding-left: 35px; padding-right: 10px; - text-align: left; } article table { @@ -87,13 +86,11 @@ article h1, article h2, article h3, article h6, article p, article table { padding-left: 15px; padding-right: 15px; - text-align: left; } article ul, article ol { padding-left: 35px; padding-right: 10px; - text-align: left; } article table { diff --git a/public/css/screen.css b/public/css/screen.css index 02641486..ead5940a 100644 --- a/public/css/screen.css +++ b/public/css/screen.css @@ -181,10 +181,12 @@ article img.full { article.rtl { direction: rtl; + text-align: right; } article.ltr { direction: ltr; + text-align: left; } .header-container {