Mercurial > hg > soundsoftware-site
diff .svn/pristine/ff/fffb2fa25ea9e4635cf131e9207a44d185b5131c.svn-base @ 1464:261b3d9a4903 redmine-2.4
Update to Redmine 2.4 branch rev 12663
author | Chris Cannam |
---|---|
date | Tue, 14 Jan 2014 14:37:42 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.svn/pristine/ff/fffb2fa25ea9e4635cf131e9207a44d185b5131c.svn-base Tue Jan 14 14:37:42 2014 +0000 @@ -0,0 +1,38 @@ +<html> +<head> +<style> +body { + font-family: Verdana, sans-serif; + font-size: 0.8em; + color:#484848; +} +h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; } +h1 { font-size: 1.2em; } +h2, h3 { font-size: 1.1em; } +a, a:link, a:visited { color: #2A5685;} +a:hover, a:active { color: #c61a1a; } +a.wiki-anchor { display: none; } +fieldset.attachments {border-width: 1px 0 0 0;} +hr { + width: 100%; + height: 1px; + background: #ccc; + border: 0; +} +span.footer { + font-size: 0.8em; + font-style: italic; +} +</style> +</head> +<body> +<% if Setting.emails_header.present? -%> +<span class="header"><%= Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.emails_header).html_safe %></span> +<% end -%> +<%= yield %> +<hr /> +<% if Setting.emails_footer.present? -%> +<span class="footer"><%= Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.emails_footer).html_safe %></span> +<% end -%> +</body> +</html>