1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* -- Friend Close -- */
#plurk-dashboard #dash-friends-pics {
height: 0px;
overflow: hidden;
}



/****◆ 噗浪訊息區塊加圓角的方法◆****/

.plurk_cnt {border-radius: 6px;}
.response_box{margin-top:-6px; padding-top:6px}
.controller{ border-radius:0 0 6px 6px; }


/****◆ 河道上大頭貼改圓角的方式◆****/

.p_img{border-bottom:none;}
.p_img img {border-radius: 6px;}