From: Marcos Mello Date: Mon, 1 Aug 2016 11:40:09 +0000 (+1200) Subject: Bug 4555: Minor improvements to error pages CSS X-Git-Tag: SQUID_4_0_13~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42601caecb44e0a5b4a617c8d05b6290f513f036;p=thirdparty%2Fsquid.git Bug 4555: Minor improvements to error pages CSS --- diff --git a/errors/errorpage.css b/errors/errorpage.css index 3b392fe386..0b8dd65771 100644 --- a/errors/errorpage.css +++ b/errors/errorpage.css @@ -71,12 +71,11 @@ p { } pre { - font-family:sans-serif; } /* special event: FTP / Gopher directory listing */ #dirmsg { - font-family: courier; + font-family: courier, monospace; color: black; font-size: 10pt; }