diff options
author | Mark Longair <mhl@pobox.com> | 2013-11-19 18:28:46 +0000 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-11-26 10:16:45 +0000 |
commit | 35c4623a76bf1c515b3c11df17f260731f9e222b (patch) | |
tree | 18a1c84319240f425195d36ce37f2ef8a23d1f26 | |
parent | 1ab142a8c456af25959ec3479bec8d5d12fa0ceb (diff) |
Add an empty custom.css to cope with THEME_URLS being empty
-rw-r--r-- | app/assets/stylesheets/custom.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/custom.css b/app/assets/stylesheets/custom.css new file mode 100644 index 000000000..f1df5cca5 --- /dev/null +++ b/app/assets/stylesheets/custom.css @@ -0,0 +1,5 @@ +/* Themes will typically add a custom.css file with their own CSS. + This file is present to stop errors where THEME_URLS is empty, + since it is mentioned in the application.css manifest. Themes + should prepend their directories to the asset path so this will + be overriden by any custom.css in the theme. */ |