added overflow: auto to style of code blocks

This commit is contained in:
Xavier Noria 2009-02-17 22:37:25 +01:00
parent 85d561c408
commit fefbddbfdb

@ -497,6 +497,7 @@ code, pre {
margin-top: 0.25em;
display: block;
min-height: 45px;
overflow: auto;
}
.note {