Index: public/500.html =================================================================== --- public/500.html (revision 1330) +++ public/500.html (revision 1331) @@ -1,20 +1,9 @@ - + -Redmine 500 error - + + + Redmine 500 error +

Internal error

An error occurred on the page you were trying to access.
Index: public/404.html =================================================================== --- public/404.html (revision 1330) +++ public/404.html (revision 1331) @@ -1,20 +1,9 @@ - + -Redmine 404 error - + + + Redmine 404 error +

Page not found

The page you were trying to access doesn't exist or has been removed.

Index: public/stylesheets/error_pages.css =================================================================== --- public/stylesheets/error_pages.css (revision 0) +++ public/stylesheets/error_pages.css (revision 1331) @@ -0,0 +1,11 @@ +body{ + font-family: Trebuchet MS, Georgia, "Times New Roman", serif; + color: #303030; + margin: 10px; +} +h1{ + font-size:1.5em; +} +p{ + font-size:0.8em; +}