1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-21 04:59:49 +01:00
This commit is contained in:
James Campos 2014-10-04 06:48:29 -07:00
parent 29c887f99d
commit e7e057c8c8

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')