1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*讓噗列表換行*/
.list .plurk_cnt .td_qual {position: absolute;width: auto;overflow: visible;}
.list .plurk_cnt .td_cnt .text_holder {
max-width: 80%; /*一行最長的字數*/
margin-top: 1.5em;
margin-left: 0.5em;
padding: 0.4em;
width: auto !important;
}

/*標示自己的回應噗寶*/
.list .plurk_cnt [href="/噗浪帳號"]:after {
position:absolute;
content:url(圖片網址);
margin-top: 0px; /*離頂部高度可以負數*/
left: 340px; /*離左邊距離*/
}