1
2
3
4
5
6
/* 取消圖片縮圖圓角 */
.plurk a.pictureservices{border-radius:0;}
/* 取消影片縮圖圓角 */
.plurk a.meta img{border-radius:0;}
/* 取消頭像圓角 */
#plurk-dashboard .dash-segment-profile #dash-profile img.profile-pic {border-radius:0;}