web: change BBcode <code> and <pre> styles back to what they were

This commit is contained in:
David Anderson 2015-02-10 09:39:55 -08:00
parent 64b1cd5823
commit 8f2eb6a5ca
1 changed files with 2 additions and 2 deletions

View File

@ -400,7 +400,7 @@ span.inboxunread {
.pre {
font-family: "Courier New", courier, monospace;
display: block;
#white-space: pre;
white-space: pre;
overflow: auto;
}
@ -411,7 +411,7 @@ span.inboxunread {
border-left-width: 3px;
border-left-style: solid;
padding-left: 1em;
#white-space: pre;
white-space: pre;
overflow: auto;
}