small CSS improvement, partially resolves #48

pull/17/head
El RIDO 9 years ago
parent 40019624fd
commit 740d62005e

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

@ -578,7 +578,6 @@ $(function() {
break;
case 'syntaxhighlighting':
if (typeof prettyPrint == 'function') prettyPrint();
this.prettyMessage.css('overflow', 'auto');
default:
// Convert URLs to clickable links.
helper.urls2links(this.clearText);

Loading…
Cancel
Save