NIHVIVO-1361: clean up, added login.css to stylesheets.ftl

This commit is contained in:
mb863 2010-11-17 23:16:59 +00:00
parent eafa04ccf2
commit 239c38b3c3
3 changed files with 25 additions and 5 deletions

View file

@ -2,7 +2,9 @@
<#-- Template for loading stylesheets in the head -->
<link rel="stylesheet" type="text/css" href="${stylesheetPath}/screen.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="${stylesheetPath}/print.css" media="print"/>
${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}