summaryrefslogtreecommitdiff
path: root/boost.css
diff options
context:
space:
mode:
authorDaryle Walker <dwalker07@yahoo.com>2004-10-17 18:11:56 +0000
committerDaryle Walker <dwalker07@yahoo.com>2004-10-17 18:11:56 +0000
commit919c27b853d653763d2a5907f207f712c8e086b0 (patch)
tree416599bb4b64eb9e7efedcb76101815e9425d382 /boost.css
parent320c7854c80b3872885f192aaea06742e11cb812 (diff)
downloadboost-919c27b853d653763d2a5907f207f712c8e086b0.tar.gz
Moved strange spacing requirements of <code> tags from default handling to a new class
[SVN r25761]
Diffstat (limited to 'boost.css')
-rw-r--r--boost.css3
1 files changed, 3 insertions, 0 deletions
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