1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
/*自介區中「來自哪裡」的修改*/
#plurk-dashboard .dash-segment-profile #dash-additional-info #about_me {
    padding-bottom: 5px;
}
#plurk-dashboard .dash-segment-profile #dash-additional-info #location_container,
#plurk-dashboard .dash-segment-profile #dash-additional-info #relationship_container {
  margin-top: 0px;
}
#location_container{
margin: auto;
height: 35px;
width:275px;
background-image: url(圖片網址);
font-size:0px;
background-repeat: repeat-x;
}
/*以上都是自介區中「來自哪裡」的修改*/