This commit is contained in:
James Campos 2014-10-04 06:48:29 -07:00 committed by czaks
parent 9dce04ebc8
commit 702e20753a

View File

@ -69,7 +69,11 @@
$('head').append(
'<style>' +
'.inline { border: 1px dashed black; white-space: normal }' +
'.inline {' +
'border: 1px dashed black;' +
'white-space: normal;' +
'overflow: auto;' + // clearfix
'}' +
'</style>')
$('.body a, .mentioned a')