NIHVIVO-1238: Making custom forms theme agnostic
This commit is contained in:
parent
a645c60e13
commit
9f22a78864
4 changed files with 173 additions and 3 deletions
|
@ -3,4 +3,6 @@
|
|||
${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}
|
||||
${stylesheets.tags}
|
||||
|
||||
<link rel="stylesheet" href="${urls.theme}/css/screen.css" />
|
Loading…
Add table
Add a link
Reference in a new issue