summaryrefslogtreecommitdiff
path: root/boost.css
diff options
context:
space:
mode:
authorGennaro Prota <gennaro.prota@gmail.com>2004-05-23 09:55:14 +0000
committerGennaro Prota <gennaro.prota@gmail.com>2004-05-23 09:55:14 +0000
commit8ee03f66a015af1d8835e3ffe720f502debe2a6f (patch)
tree1703c9d4e95ecedb34fb28ebedd4ec068ea11a54 /boost.css
parent8343ee19d6d6e1e951ee229734fd91da3cc1ccf7 (diff)
downloadboost-8ee03f66a015af1d8835e3ffe720f502debe2a6f.tar.gz
added monospace as last alternative for PRE and CODE
[SVN r22901]
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