Actions
Patch #17206
closedFix Invalid CSS on Error-Pages
Start date:
Due date:
% Done:
0%
Estimated time:
Description
This error was introduced with r12308.
The CSS specification expects fonts with more than one word to be in quotation marks.
Change this line source:trunk/public/500.html#L7 to:
body {font-family: "Trebuchet MS", Georgia, "Times New Roman", serif; color: #303030; margin: 10px;}
As well in this file source:trunk/public/404.html#L7 to:
body {font-family: "Trebuchet MS", Georgia, "Times New Roman", serif; color: #303030; margin: 10px;}
Updated by Jean-Philippe Lang over 10 years ago
- Status changed from New to Resolved
Fix committed in r13190, thanks.
Updated by Jean-Philippe Lang over 10 years ago
- Status changed from Resolved to Closed
- Assignee set to Jean-Philippe Lang
Merged.
Actions