From 919c27b853d653763d2a5907f207f712c8e086b0 Mon Sep 17 00:00:00 2001 From: Daryle Walker Date: Sun, 17 Oct 2004 18:11:56 +0000 Subject: Moved strange spacing requirements of tags from default handling to a new class [SVN r25761] --- boost.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'boost.css') diff --git a/boost.css b/boost.css index dc90937486..8b21d920de 100644 --- a/boost.css +++ b/boost.css @@ -30,6 +30,9 @@ CODE { FONT-FAMILY: Courier, monospace; +} +CODE.as_pre +{ white-space: pre; } .index -- cgit v1.2.1