1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*文字設定*/
#timeline_holder .plurk_cnt, .list .plurk_cnt,
.td_cnt .text_holder
{
color:#111 !important;
letter-spacing:0.03em;
font-size: 12px;
line-height: 30px !important;
}

/*列表換行*/
.list .plurk_cnt .td_qual
{
position:absolute;
width:auto;
overflow:visible;
margin-left:0.7em;
}
.list .plurk_cnt .text_holder
{
margin-top:1.5em;
padding:0.5em;
margin-left:0.6em;
width:auto !important;
}