diff --git a/themes/wilma/css/screen.css b/themes/wilma/css/screen.css index 416a0733..ad40e537 100644 --- a/themes/wilma/css/screen.css +++ b/themes/wilma/css/screen.css @@ -30,4 +30,6 @@ VIVO wilma theme: screen styles @import url("formedit.css"); @import url("../../../css/menupage/menupage.css"); /* we need to call it from the theme until freemarker controller and menupage.ftl are created */ -@import url("../../../css/individual/individual.css"); /* we need to call it from the theme until freemarker controller and individual.ftl are created */ \ No newline at end of file +@import url("../../../css/individual/individual.css"); /* we need to call it from the theme until freemarker controller and individual.ftl are created */ + +@import url("../../../css/edit.css"); \ No newline at end of file diff --git a/themes/wilma/templates/footer.ftl b/themes/wilma/templates/footer.ftl index 96220196..11708c26 100644 --- a/themes/wilma/templates/footer.ftl +++ b/themes/wilma/templates/footer.ftl @@ -1,6 +1,7 @@ <#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- This is a temporary file and will be removed once we have completed the transition to freemarker --> +