Browse Source

clearfix

pull/40/head
James Campos 10 years ago
committed by czaks
parent
commit
702e20753a
  1. 6
      js/inline.js

6
js/inline.js

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

Loading…
Cancel
Save