Add horizontal scrolling to pre blocks.

This commit is contained in:
Alec Perkins 2012-09-09 15:37:53 -04:00
parent ab9621ed81
commit 33c1e5b5ba

View File

@ -56,3 +56,9 @@ h2, h3 {
.errorlist {
margin-top: 0.5em;
}
pre {
overflow: auto;
word-wrap: normal;
white-space: pre;
}