1 I suggest the attached change for verbatim contents. Paddings/margins are
2 optional, but IMHO, we should at least define a monospace font.
6 AFAICS, my web browser already has a built-in monospace font, which I can
7 see in action in the preformatted patch below. So I don't see why the
8 default style sheet should do this. --[[Joey]]
13 diff --git a/basewiki/style.css b/basewiki/style.css
14 index 6ec6f89..1970561 100644
15 --- a/basewiki/style.css
16 +++ b/basewiki/style.css
17 @@ -198,3 +198,15 @@ li.L7 {
19 list-style: upper-alpha;
22 +/* verbatim content */
24 + font-family: "Courier", monospace;