less invasive css fix
This commit is contained in:
parent
bb193e93e2
commit
aea23e99b6
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user