From 8ee03f66a015af1d8835e3ffe720f502debe2a6f Mon Sep 17 00:00:00 2001 From: Gennaro Prota Date: Sun, 23 May 2004 09:55:14 +0000 Subject: added monospace as last alternative for PRE and CODE [SVN r22901] --- boost.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'boost.css') diff --git a/boost.css b/boost.css index 03510b223e..dc90937486 100644 --- a/boost.css +++ b/boost.css @@ -23,11 +23,13 @@ BODY PRE { MARGIN-LEFT: 2em; - FONT-FAMILY: Courier; + FONT-FAMILY: Courier, + monospace; } CODE { - FONT-FAMILY: Courier; + FONT-FAMILY: Courier, + monospace; white-space: pre; } .index -- cgit v1.2.1