summaryrefslogtreecommitdiff
path: root/boost.css
diff options
context:
space:
mode:
Diffstat (limited to 'boost.css')
-rw-r--r--boost.css6
1 files changed, 4 insertions, 2 deletions
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