]> source.dussan.org Git - redmine.git/commitdiff
Add styles for pre in email notifications (#22693).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 8 May 2016 07:23:50 +0000 (07:23 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 8 May 2016 07:23:50 +0000 (07:23 +0000)
Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@15395 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/layouts/mailer.html.erb

index f2cf45bb8cfbbbc2b7c0b2f9dd3a478fe5964698..0e6d24df93d1ac7ba264a48e02f4dff6b36763dd 100644 (file)
@@ -27,6 +27,17 @@ span.footer {
 }
 blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 1.2em;}
 blockquote blockquote { margin-left: 0;}
+pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
+pre {
+  margin: 1em 1em 1em 1.6em;
+  padding: 8px;
+  background-color: #fafafa;
+  border: 1px solid #e2e2e2;
+  border-radius: 3px;
+  width:auto;
+  overflow-x: auto;
+  overflow-y: hidden;
+}
 </style>
 </head>
 <body>