mirror of
https://github.com/redmine/redmine.git
synced 2026-07-07 18:12:33 +02:00
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:
@@ -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 *****/
|
||||
|
||||
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user