diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2014-12-12 11:56:51 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2014-12-12 11:56:51 +0100 |
commit | e051140b78148febb049425de055b1272d15b516 (patch) | |
tree | 66eb6cb5cf1f3a5fc0566a7b17ce2235f8b3b5c0 /app/assets | |
parent | d3ebec5ae231efea1529822d059e416dc7d4c56e (diff) | |
download | hmnoweb-e051140b78148febb049425de055b1272d15b516.tar.gz hmnoweb-e051140b78148febb049425de055b1272d15b516.tar.bz2 hmnoweb-e051140b78148febb049425de055b1272d15b516.zip |
Be explicit about which stylesheets to include in application.css.
Using the `import_tree` directive makes backend styling bleed into the
frontend styles. We don't want that.
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/application.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 3192ec8..1f93b7e 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -9,5 +9,10 @@ * compiled file, but it's generally better to create a new file per style scope. * *= require_self - *= require_tree . + *= require hmno_banners + *= require hmno_blogg + *= require hmno_header + *= require hmno_main + *= require hmno_page + *= require hmno_sidebars */ |