less invasive css fix

This commit is contained in:
James Campos 2014-10-03 10:03:31 -07:00 committed by czaks
parent bb193e93e2
commit aea23e99b6

View File

@ -59,8 +59,7 @@
$('head').append(
'<style>' +
'.inline { border: 1px dashed black; }' +
'div.post div.body { white-space: normal; }' +
'.inline { border: 1px dashed black; white-space: normal }' +
'</style>')
$('.body a, .mentioned a')