1
2
3
4
5
6
7
8
9
/*--- 噗的文字行高 ---*/
.text_holder{ line-height: 135%; }

/*--- 噗的段落距離 ---*/
.plurk br{
	margin-bottom: 10px;   /* br的高度 */
	display: block;
	content: '';
}