1
2
3
4
5
6
7
8
9
10
11
/* 標記作者 */
.highlight_owner .plurk_cnt .text_holder{background:#ccf}
/* 噗高 */
#form_holder .list{height:350px}
/* 圓角 */
div{
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}