BP: Added default style for pre to style.css.
This commit is contained in:
@ -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%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user