##// END OF EJS Templates
Fix Invalid CSS on Error-Pages (#17206)....
Jean-Philippe Lang -
r12915:3540f572924b
parent child
Show More
@@ -4,7 +4,7
4 <meta charset="utf-8" />
4 <meta charset="utf-8" />
5 <title>Redmine 404 error</title>
5 <title>Redmine 404 error</title>
6 <style>
6 <style>
7 body {font-family: Trebuchet MS, Georgia, "Times New Roman", serif; color: #303030; margin: 10px;}
7 body {font-family: "Trebuchet MS", Georgia, "Times New Roman", serif; color: #303030; margin: 10px;}
8 h1 {font-size:1.5em;}
8 h1 {font-size:1.5em;}
9 p {font-size:0.8em;}
9 p {font-size:0.8em;}
10 </style>
10 </style>
@@ -4,7 +4,7
4 <meta charset="utf-8" />
4 <meta charset="utf-8" />
5 <title>Redmine 500 error</title>
5 <title>Redmine 500 error</title>
6 <style>
6 <style>
7 body {font-family: Trebuchet MS, Georgia, "Times New Roman", serif; color: #303030; margin: 10px;}
7 body {font-family: "Trebuchet MS", Georgia, "Times New Roman", serif; color: #303030; margin: 10px;}
8 h1 {font-size:1.5em;}
8 h1 {font-size:1.5em;}
9 p {font-size:0.8em;}
9 p {font-size:0.8em;}
10 </style>
10 </style>
General Comments 0
You need to be logged in to leave comments. Login now