From: Joe Hunt Date: Tue, 29 Jun 2021 07:47:44 +0000 (+0200) Subject: Theme default is now RTL compatible by commenting out the table class (line 31) X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=2437e3ed70613410272343739883baa0a43683bd Theme default is now RTL compatible by commenting out the table class (line 31) --- diff --git a/themes/default/default.css b/themes/default/default.css index c05eb423..f4f02140 100644 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -28,11 +28,11 @@ tr, td, th { font-size: 11px; line-height: 19px; } - +/* table { text-align: left; } - +*/ textarea { font-size: 12px; }