display code in medium size, extra small is almost unreadable (at least in Mozilla)

This commit is contained in:
lkuehne 2002-01-17 06:43:41 +00:00
parent 100a83257c
commit 09d012cea3
1 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,6 @@ li.body {
span.code {
white-space: nowrap;
font-family: monospace;
font-size: x-small;
font-size: medium;
font-weight: bold
}
}