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

Also available in: Atom PDF