mirror of
https://github.com/redmine/redmine.git
synced 2025-10-29 17:26:23 +01:00
Improve readability of error pages by updating fonts and layout (#42005).
Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23411 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>Redmine 404 error</title>
|
<title>Redmine 404 error</title>
|
||||||
<style>
|
<style>
|
||||||
body {font-family: "Trebuchet MS", Georgia, "Times New Roman", serif; color: #303030; margin: 10px;}
|
body {font-family: sans-serif; color: #303030; margin: 20px; line-height: 1.6;}
|
||||||
h1 {font-size:1.5em;}
|
h1 {font-size: 1.5rem;}
|
||||||
p {font-size:0.8em;}
|
p {font-size: 0.875rem;}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>Redmine 500 error</title>
|
<title>Redmine 500 error</title>
|
||||||
<style>
|
<style>
|
||||||
body {font-family: "Trebuchet MS", Georgia, "Times New Roman", serif; color: #303030; margin: 10px;}
|
body {font-family: sans-serif; color: #303030; margin: 20px; line-height: 1.6;}
|
||||||
h1 {font-size:1.5em;}
|
h1 {font-size: 1.5rem;}
|
||||||
p {font-size:0.8em;}
|
p {font-size: 0.875rem;}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user