Moved strange spacing requirements of <code> tags from default handling to a new class

[SVN r25761]
This commit is contained in:
Daryle Walker 2004-10-17 18:11:56 +00:00
parent 320c7854c8
commit 919c27b853

View file

@ -30,6 +30,9 @@ CODE
{
FONT-FAMILY: Courier,
monospace;
}
CODE.as_pre
{
white-space: pre;
}
.index