1
2
3
4
5
6
7
8
9
10
11
12
13
PLURK改版後圓角
___________把下面複製直接貼上就可以了_____________

.plurk_cnt,
.response_count,
.new .response_count,
.dots .inner
{
-moz-border-radius:30px !important;
-webkit-border-radius:30px !important;
-khtml-border-radius:30px !important;
border-radius:10px !important;
}