From 4c3e43614aaf6f383aaa676a5db5382f016083c1 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 20 Dec 2025 02:36:19 +0000 Subject: [PATCH] Remove redundant direction rule from rtl.css (#43506). The HTML element now always declares text direction since r24151, so `html {direction:rtl;}` in rtl.css is no longer needed. git-svn-id: https://svn.redmine.org/redmine/trunk@24225 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/rtl.css | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/rtl.css b/app/assets/stylesheets/rtl.css index 4ca0e5631..c83094f7d 100644 --- a/app/assets/stylesheets/rtl.css +++ b/app/assets/stylesheets/rtl.css @@ -4,7 +4,6 @@ * This code is released under the GNU General Public License. */ -html {direction:rtl;} h1, h2, h3, h4 {padding:2px 00px 1px 10px;} /***** Layout *****/ #top-menu {padding:2px 6px 0px 2px;}