small CSS improvement, partially resolves #48

This commit is contained in:
El RIDO 2015-10-19 19:39:45 +02:00
parent 40019624fd
commit 740d62005e
2 changed files with 4 additions and 1 deletions

View file

@ -394,6 +394,10 @@ img.vizhash {
font-size: 1.2em;
}
#prettyprint.prettyprinted {
overflow: auto;
}
#cleartext {
padding: 10px;
}