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;}
Actions