Fixed: Entourage (and some old client) fails to correctly render notification styles (#1425).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1600 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
00593f2f34
commit
a0f707e54b
@ -1,12 +1,32 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<style>
|
||||||
body { font-family: Verdana, sans-serif; font-size: 0.8em; color:#484848; }
|
body {
|
||||||
body h1 { font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 1.2em; margin: 0;}
|
font-family: Verdana, sans-serif;
|
||||||
a, a:link, a:visited{ color: #2A5685; }
|
font-size: 0.8em;
|
||||||
a:hover, a:active{ color: #c61a1a; }
|
color:#484848;
|
||||||
hr { width: 100%; height: 1px; background: #ccc; border: 0; }
|
}
|
||||||
.footer { font-size: 0.8em; font-style: italic; }
|
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;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user