]> source.dussan.org Git - redmine.git/commitdiff
Fix Invalid CSS on Error-Pages (#17206).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 26 Jun 2014 19:33:02 +0000 (19:33 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 26 Jun 2014 19:33:02 +0000 (19:33 +0000)
Patch by Daniel Felix

git-svn-id: http://svn.redmine.org/redmine/trunk@13190 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/404.html
public/500.html

index 400bc0108cf1c946aa572ebc1d6daf693aba8119..a1d7e970fd0d028d42ad039a136223cbae8fce50 100644 (file)
@@ -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>
index 4afdbda68ab77e7c08ee43e833b46a4a755102bb..254e20df2725563923971f8bda1f6ede58d666df 100644 (file)
@@ -4,7 +4,7 @@
   <meta charset="utf-8" />
   <title>Redmine 500 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>