From 73aea203ed8814699fe648d1c3d2722fe8d684b8 Mon Sep 17 00:00:00 2001 From: mb863 Date: Thu, 2 Dec 2010 20:55:47 +0000 Subject: [PATCH] NIHVIVO-556: Moved screen.css to theme level. --- webapp/web/templates/freemarker/page/partials/stylesheets.ftl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webapp/web/templates/freemarker/page/partials/stylesheets.ftl b/webapp/web/templates/freemarker/page/partials/stylesheets.ftl index f77fa32cc..990ad839f 100644 --- a/webapp/web/templates/freemarker/page/partials/stylesheets.ftl +++ b/webapp/web/templates/freemarker/page/partials/stylesheets.ftl @@ -3,6 +3,5 @@ ${stylesheets.add("/css/edit.css")} <#-- temporary until edit controller can include this when needed --> ${stylesheets.add("/css/menupage/menupage.css")} <#-- we need to call it from the theme until freemarker controller and menupage.ftl are created --> ${stylesheets.add("/css/individual/individual.css")} <#-- we need to call it from the theme until freemarker controller and individual.ftl are created --> -${stylesheets.tags} - \ No newline at end of file +${stylesheets.tags} \ No newline at end of file