summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-12-20 00:19:37 +0000
committerGo MAEDA <maeda@farend.jp>2024-12-20 00:19:37 +0000
commit52660e9cf9dd94c8852a721ec9e4e0796aa9c36c (patch)
tree9883de4f42aa3b6abd8d24eac6f42224af09f198
parentabd46c60dce4bfb1598232be67a4f2b6f62ec649 (diff)
downloadredmine-6.0-stable.tar.gz
redmine-6.0-stable.zip
Merged r23411 from trunk to 6.0-stable (#42005).6.0-stable
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23412 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--public/404.html6
-rw-r--r--public/500.html6
2 files changed, 6 insertions, 6 deletions
diff --git a/public/404.html b/public/404.html
index a1d7e970f..fe293183e 100644
--- a/public/404.html
+++ b/public/404.html
@@ -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>
diff --git a/public/500.html b/public/500.html
index 254e20df2..91b804a7c 100644
--- a/public/500.html
+++ b/public/500.html
@@ -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>