overflow for <pre>

This commit is contained in:
James Walker 2013-10-25 11:42:56 -04:00
parent d6c823caaf
commit 14c47d548f

View File

@ -129,6 +129,7 @@ article pre {
background: #000;
color: #fff;
padding: 10px;
overflow: auto;
}
article .gist-file pre {