1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
/*箭頭*/
.plurk_cnt::before{
content:"";
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 20px 20px;
border-color: transparent transparent #ffffff transparent;
position:absolute;
left:-18px;
}

/*頭貼移位*/
.timeline-cnt  .p_img{
position: relative;
left:-20px;
top:10px;
}