Mercurial > hg > soundsoftware-site
diff .svn/pristine/54/54dc8133e8bb54b0f7a3e9b03a0ec5eb6fe00043.svn-base @ 1296:038ba2d95de8 redmine-2.2
Fix redmine-2.2 branch update (add missing svn files)
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:05:06 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.svn/pristine/54/54dc8133e8bb54b0f7a3e9b03a0ec5eb6fe00043.svn-base Fri Jun 14 09:05:06 2013 +0100 @@ -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).html_safe %></span> +<%= yield %> +<hr /> +<span class="footer"><%= Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.emails_footer).html_safe %></span> +</body> +</html>