Patch #17206
Fix Invalid CSS on Error-Pages
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Themes | |||
Target version: | 2.4.6 |
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;}
History
#1
Updated by Toshi MARUYAMA over 6 years ago
- Target version set to 2.4.6
#2
Updated by Jean-Philippe Lang over 6 years ago
- Status changed from New to Resolved
Fix committed in r13190, thanks.
#3
Updated by Jean-Philippe Lang over 6 years ago
- Status changed from Resolved to Closed
- Assignee set to Jean-Philippe Lang
Merged.