1
2
3
4
5
6
7
8
9
10
11
12
/*好友區整體*/
.dash-segment-friends .segment-content {display: none;}
/*紛絲區整體*/
.dash-segment-fans .segment-content {display: none;}
/*好友連結*/
#dash-friends .show_all_friends, #dash-friends .show_mutual_friends {display: none;}
/*好友頭像*/
#dash-friends .friend_holder {display: none;}
/*粉絲連結*/
#dash-fans .show_all_friends {display: none;}
/*粉絲頭像*/
#dash-fans .friend_holder {display: none;}