diff --git a/themes/vivo-basic/css/blueprint/forms.css b/themes/vivo-basic/css/blueprint/forms.css index 00d7ce61..6861075c 100644 --- a/themes/vivo-basic/css/blueprint/forms.css +++ b/themes/vivo-basic/css/blueprint/forms.css @@ -58,3 +58,9 @@ input.button { margin: 1em 0; } .error a { color: #8a1f11; } .notice a { color: #514721; } .success a { color: #264409; } + + +/* Comment Form */ +form#contact_form .buttons { + margin-top: 1em; +} diff --git a/themes/vivo-basic/ftl/page/default.ftl b/themes/vivo-basic/ftl/page/default.ftl index 40d815c9..db4e569d 100644 --- a/themes/vivo-basic/ftl/page/default.ftl +++ b/themes/vivo-basic/ftl/page/default.ftl @@ -36,3 +36,10 @@ <#include "/components/scripts.ftl"> + +<#-- How to add a stylesheet: +${stylesheets.addFromTheme("/sample.css"); +${stylesheets.add("/themes/vivo-basic/css/sample.css"} +NOT (gets contextPath added twice): +${stylesheets.add(stylesheetDir + "/sample.css")} +--> \ No newline at end of file