1 I suggest the attached change for verbatim contents. Paddings/margins are
2 optional, but IMHO, we should at least define a monospace font.
9 diff --git a/basewiki/style.css b/basewiki/style.css
10 index 6ec6f89..1970561 100644
11 --- a/basewiki/style.css
12 +++ b/basewiki/style.css
13 @@ -198,3 +198,15 @@ li.L7 {
15 list-style: upper-alpha;
18 +/* verbatim content */
20 + font-family: "Courier", monospace;