]> source.dussan.org Git - redmine.git/commitdiff
Add stylesheet fixture for ThemesTest#test_old_theme_compatibility added in r23173...
authorGo MAEDA <maeda@farend.jp>
Sat, 2 Nov 2024 03:58:15 +0000 (03:58 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 2 Nov 2024 03:58:15 +0000 (03:58 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@23175 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/fixtures/themes/foo_theme/stylesheets/application.css [new file with mode: 0644]

diff --git a/test/fixtures/themes/foo_theme/stylesheets/application.css b/test/fixtures/themes/foo_theme/stylesheets/application.css
new file mode 100644 (file)
index 0000000..34a9cae
--- /dev/null
@@ -0,0 +1,2 @@
+/* load the default Redmine stylesheet */
+@import url(../../../stylesheets/application.css);