Apply user-tuned arrow head offsets
This commit is contained in:
@@ -551,9 +551,9 @@ $arrow_svg = '<svg xmlns="http://www.w3.org/2000/svg" width="26" height="22"'
|
|||||||
|
|
||||||
$timeline_arrow_row = '<tr>'
|
$timeline_arrow_row = '<tr>'
|
||||||
. '<td></td><td></td>'
|
. '<td></td><td></td>'
|
||||||
. '<td style="height:32px;padding:14px 0 0 24px;'
|
. '<td style="height:32px;padding:0 0 0 24px;'
|
||||||
. 'font-size:0;line-height:0;vertical-align:top;text-align:left;">'
|
. 'font-size:0;line-height:0;vertical-align:top;text-align:left;">'
|
||||||
. '<span style="display:inline-block;margin-left:-37px;vertical-align:top;">'
|
. '<span style="display:inline-block;margin-left:-37px;vertical-align:top;margin-top:-14px;">'
|
||||||
. $arrow_svg
|
. $arrow_svg
|
||||||
. '</span>'
|
. '</span>'
|
||||||
. '</td></tr>';
|
. '</td></tr>';
|
||||||
|
|||||||
Reference in New Issue
Block a user