layout.text.html.rhtml
37 lines
| 580 B
| text/html+ruby
|
RhtmlLexer
|
r864 | <html> | ||
<head> | ||||
<style> | ||||
|
r1586 | body { | ||
font-family: Verdana, sans-serif; | ||||
font-size: 0.8em; | ||||
color:#484848; | ||||
} | ||||
h1 { | ||||
font-family: "Trebuchet MS", Verdana, sans-serif; | ||||
font-size: 1.2em; | ||||
margin: 0px; | ||||
} | ||||
a, a:link, a:visited { | ||||
color: #2A5685; | ||||
} | ||||
a:hover, a:active { | ||||
color: #c61a1a; | ||||
} | ||||
hr { | ||||
width: 100%; | ||||
height: 1px; | ||||
background: #ccc; | ||||
border: 0; | ||||
} | ||||
.footer { | ||||
font-size: 0.8em; | ||||
font-style: italic; | ||||
} | ||||
|
r864 | </style> | ||
</head> | ||||
<body> | ||||
<%= yield %> | ||||
<hr /> | ||||
|
r1953 | <span class="footer"><%= Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.emails_footer) %></span> | ||
|
r864 | </body> | ||
</html> | ||||