diff options
author | Gennaro Prota <gennaro.prota@gmail.com> | 2004-05-23 09:55:14 +0000 |
---|---|---|
committer | Gennaro Prota <gennaro.prota@gmail.com> | 2004-05-23 09:55:14 +0000 |
commit | 8ee03f66a015af1d8835e3ffe720f502debe2a6f (patch) | |
tree | 1703c9d4e95ecedb34fb28ebedd4ec068ea11a54 /boost.css | |
parent | 8343ee19d6d6e1e951ee229734fd91da3cc1ccf7 (diff) | |
download | boost-8ee03f66a015af1d8835e3ffe720f502debe2a6f.tar.gz |
added monospace as last alternative for PRE and CODE
[SVN r22901]
Diffstat (limited to 'boost.css')
-rw-r--r-- | boost.css | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |