diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-06-26 19:33:02 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-06-26 19:33:02 +0000 |
commit | 3540f572924b6f7c4c76eeee43355465c5b53a0a (patch) | |
tree | 725cee595d4a7d077b659b65058e613b81ce6e38 /public/404.html | |
parent | a8389c4019e76aefabc39f65ec3a66e3d361f3fd (diff) | |
download | redmine-3540f572924b6f7c4c76eeee43355465c5b53a0a.tar.gz redmine-3540f572924b6f7c4c76eeee43355465c5b53a0a.zip |
Fix Invalid CSS on Error-Pages (#17206).
Patch by Daniel Felix
git-svn-id: http://svn.redmine.org/redmine/trunk@13190 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/404.html')
-rw-r--r-- | public/404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/404.html b/public/404.html index 400bc0108..a1d7e970f 100644 --- a/public/404.html +++ b/public/404.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <title>Redmine 404 error</title> <style> - body {font-family: Trebuchet MS, Georgia, "Times New Roman", serif; color: #303030; margin: 10px;} + body {font-family: "Trebuchet MS", Georgia, "Times New Roman", serif; color: #303030; margin: 10px;} h1 {font-size:1.5em;} p {font-size:0.8em;} </style> |