Skip to content

Commit

Permalink
Fixed issue #70: Firefox/Thunderbird: Code blocks with horizontal scr…
Browse files Browse the repository at this point in the history
…oll would have bad background colour
  • Loading branch information
adam-p committed Jun 8, 2013
1 parent 5cd48eb commit 4c9e044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/default.css
Expand Up @@ -30,11 +30,11 @@ code {
pre {
font-size: 1em;
line-height: 1.2em;
overflow: auto;
}

pre code {
white-space: pre;
overflow: auto;
border-radius: 3px;
border: 1px solid #CCC;
padding: 0.5em 0.7em;
Expand Down

0 comments on commit 4c9e044

Please sign in to comment.