Project

General

Profile

Actions

Patch #17206

closed

Fix Invalid CSS on Error-Pages

Added by Daniel Felix almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Category:
Themes
Target version:
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 #1

Updated by Toshi MARUYAMA almost 10 years ago

  • Target version set to 2.4.6
Actions #2

Updated by Jean-Philippe Lang almost 10 years ago

  • Status changed from New to Resolved

Fix committed in r13190, thanks.

Actions #3

Updated by Jean-Philippe Lang almost 10 years ago

  • Status changed from Resolved to Closed
  • Assignee set to Jean-Philippe Lang

Merged.

Actions

Also available in: Atom PDF