NIHVIVO-556: Moved screen.css to theme level.

This commit is contained in:
mb863 2010-12-02 20:55:47 +00:00
parent 90c710400b
commit 73aea203ed

View file

@ -3,6 +3,5 @@
${stylesheets.add("/css/edit.css")} <#-- temporary until edit controller can include this when needed --> ${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/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.add("/css/individual/individual.css")} <#-- we need to call it from the theme until freemarker controller and individual.ftl are created -->
${stylesheets.tags}
<link rel="stylesheet" href="${urls.theme}/css/screen.css" /> ${stylesheets.tags}