1
0

BP: Added default style for pre to style.css.

This commit is contained in:
Matthias Mees
2007-09-19 10:01:20 +00:00
parent c20c7d6388
commit 73c7d16ddd
2 changed files with 8 additions and 1 deletions

View File

@ -19,6 +19,13 @@ p {
text-align: left;
}
pre {
font-family: Courier, monospace;
font-size: 90%;
line-height: 1em;
white-space: pre;
}
#wrapper {
font-size: 80%;
}