1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-06 09:03:25 +00:00

Add styles for blockquote in email notifications (#22309).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@15355 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-04-24 15:07:01 +00:00
parent 0bdca4c213
commit 786d81d9c8

View File

@ -25,6 +25,8 @@ span.footer {
font-size: 0.8em;
font-style: italic;
}
blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 1.2em;}
blockquote blockquote { margin-left: 0;}
</style>
</head>
<body>