Fix pre tag white-space behaviour.

This commit is contained in:
Matt
2013-05-13 04:27:40 +00:00
parent 9288279fc9
commit c26dfa5538

View File

@@ -62,6 +62,7 @@ hr.gradient {
/* Syntax Highlighting */
.highlight > pre {
word-wrap: normal;
white-space: pre;
margin-top: 1em;
margin-bottom: 1em;
border: 1px solid #ccc;