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
This commit is contained in:
Go MAEDA
2026-01-17 05:57:47 +00:00
parent 661b05d9f3
commit 445c2c82b1
2 changed files with 0 additions and 13 deletions

View File

@@ -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 *****/

View File

@@ -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 %>