Browse Source

less invasive css fix

pull/40/head
James Campos 10 years ago
committed by czaks
parent
commit
aea23e99b6
  1. 3
      js/inline.js

3
js/inline.js

@ -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…
Cancel
Save