mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-22 05:29:34 +01:00
clearfix
This commit is contained in:
parent
29c887f99d
commit
e7e057c8c8
@ -69,7 +69,11 @@
|
|||||||
|
|
||||||
$('head').append(
|
$('head').append(
|
||||||
'<style>' +
|
'<style>' +
|
||||||
'.inline { border: 1px dashed black; white-space: normal }' +
|
'.inline {' +
|
||||||
|
'border: 1px dashed black;' +
|
||||||
|
'white-space: normal;' +
|
||||||
|
'overflow: auto;' + // clearfix
|
||||||
|
'}' +
|
||||||
'</style>')
|
'</style>')
|
||||||
|
|
||||||
$('.body a, .mentioned a')
|
$('.body a, .mentioned a')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user