NIHVIVO-556: Moved screen.css to theme level.
This commit is contained in:
parent
90c710400b
commit
73aea203ed
1 changed files with 1 additions and 2 deletions
|
@ -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}
|
Loading…
Add table
Add a link
Reference in a new issue