From 445c2c82b1cff8c53c08c320925022cbfb89bae8 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 17 Jan 2026 05:57:47 +0000 Subject: [PATCH] Remove rtl.css (#43515). All RTL styles from rtl.css have been integrated into application.css. git-svn-id: https://svn.redmine.org/redmine/trunk@24328 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/rtl.css | 12 ------------ app/views/layouts/base.html.erb | 1 - 2 files changed, 13 deletions(-) delete mode 100644 app/assets/stylesheets/rtl.css diff --git a/app/assets/stylesheets/rtl.css b/app/assets/stylesheets/rtl.css deleted file mode 100644 index 7bc3b5a4c..000000000 --- a/app/assets/stylesheets/rtl.css +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Redmine - project management software - * Copyright (C) 2006- Jean-Philippe Lang - * This code is released under the GNU General Public License. - */ - -/***** Diff *****/ - -/***** My page layout *****/ - -/***** Media print specific styles *****/ - diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb index d0b46eb4b..a4ea50776 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -9,7 +9,6 @@ <%= csrf_meta_tag %> <%= favicon %> <%= stylesheet_link_tag 'jquery/jquery-ui-1.13.2', 'tribute-5.1.3', 'application', 'responsive', :media => 'all' %> -<%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %> <%= javascript_importmap_tags %> <%= javascript_heads %> <%= heads_for_theme %>