Mercurial > hg > soundsoftware-site
diff app/views/layouts/mailer.html.erb @ 909:cbb26bc654de redmine-1.3
Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2012 19:09:32 +0000 |
parents | |
children | 433d4f72a19b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/views/layouts/mailer.html.erb Fri Feb 24 19:09:32 2012 +0000 @@ -0,0 +1,33 @@ +<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; } +hr { + width: 100%; + height: 1px; + background: #ccc; + border: 0; +} +.footer { + font-size: 0.8em; + font-style: italic; +} +</style> +</head> +<body> +<span class="header"><%= Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.emails_header) %></span> +<%= yield %> +<hr /> +<span class="footer"><%= Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.emails_footer) %></span> +</body> +</html>