diff options
-rw-r--r-- | test/fixtures/themes/foo_theme/stylesheets/application.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fixtures/themes/foo_theme/stylesheets/application.css b/test/fixtures/themes/foo_theme/stylesheets/application.css new file mode 100644 index 000000000..34a9cae50 --- /dev/null +++ b/test/fixtures/themes/foo_theme/stylesheets/application.css @@ -0,0 +1,2 @@ +/* load the default Redmine stylesheet */ +@import url(../../../stylesheets/application.css); |