Fix code block white-space breaks within pre tags.

This commit is contained in:
Bryan Petty 2012-12-06 11:33:00 -07:00
parent 306c1b4914
commit f4466dd9c7
2 changed files with 4 additions and 0 deletions

View File

@ -993,6 +993,8 @@ pre.prettyprint {
pre code {
padding: 0;
color: inherit;
white-space: pre;
white-space: pre-wrap;
background-color: transparent;
border: 0;
}

View File

@ -47,6 +47,8 @@ pre {
code {
padding: 0;
color: inherit;
white-space: pre;
white-space: pre-wrap;
background-color: transparent;
border: 0;
}