Skip to content

Commit

Permalink
Improve readability of error pages by updating fonts and layout (#420…
Browse files Browse the repository at this point in the history
…05).

Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@23411 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
vividtone committed Dec 19, 2024
1 parent 1de6663 commit 76016d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="utf-8" />
<title>Redmine 404 error</title>
<style>
body {font-family: "Trebuchet MS", Georgia, "Times New Roman", serif; color: #303030; margin: 10px;}
h1 {font-size:1.5em;}
p {font-size:0.8em;}
body {font-family: sans-serif; color: #303030; margin: 20px; line-height: 1.6;}
h1 {font-size: 1.5rem;}
p {font-size: 0.875rem;}
</style>
</head>
<body>
Expand Down
6 changes: 3 additions & 3 deletions public/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="utf-8" />
<title>Redmine 500 error</title>
<style>
body {font-family: "Trebuchet MS", Georgia, "Times New Roman", serif; color: #303030; margin: 10px;}
h1 {font-size:1.5em;}
p {font-size:0.8em;}
body {font-family: sans-serif; color: #303030; margin: 20px; line-height: 1.6;}
h1 {font-size: 1.5rem;}
p {font-size: 0.875rem;}
</style>
</head>
<body>
Expand Down

0 comments on commit 76016d0

Please sign in to comment.