Project

General

Profile

Feature #42005 » improve-readability-of-error-pages.patch

Go MAEDA, 2024-12-17 10:04

View differences:

public/404.html
4 4
  <meta charset="utf-8" />
5 5
  <title>Redmine 404 error</title>
6 6
  <style>
7
    body {font-family: "Trebuchet MS", Georgia, "Times New Roman", serif; color: #303030; margin: 10px;}
8
    h1 {font-size:1.5em;}
9
    p {font-size:0.8em;}
7
    body {font-family: sans-serif; color: #303030; margin: 20px; line-height: 1.6;}
8
    h1 {font-size: 1.5rem;}
9
    p {font-size: 0.875rem;}
10 10
  </style>
11 11
</head>
12 12
<body>
public/500.html
4 4
  <meta charset="utf-8" />
5 5
  <title>Redmine 500 error</title>
6 6
  <style>
7
    body {font-family: "Trebuchet MS", Georgia, "Times New Roman", serif; color: #303030; margin: 10px;}
8
    h1 {font-size:1.5em;}
9
    p {font-size:0.8em;}
7
    body {font-family: sans-serif; color: #303030; margin: 20px; line-height: 1.6;}
8
    h1 {font-size: 1.5rem;}
9
    p {font-size: 0.875rem;}
10 10
  </style>
11 11
</head>
12 12
<body>
(3-3/3)