|
|
|
@ -534,3 +534,13 @@ p.other-formats { text-align: right; font-size:0.9em; color: #666; }
|
|
|
|
|
/*pre标签换行*/
|
|
|
|
|
.break_word{word-break: break-all;word-wrap: break-word;}
|
|
|
|
|
.break_word_firefox{white-space: pre-wrap;word-break: break-all;}
|
|
|
|
|
|
|
|
|
|
/*问题跟踪attachment显示*/
|
|
|
|
|
div.attachments { margin-top: 12px; }
|
|
|
|
|
div.attachments p { margin:4px 0 2px 0; }
|
|
|
|
|
div.attachments img { vertical-align: middle; }
|
|
|
|
|
div.attachments span.author { font-size: 0.9em; color: #888; }
|
|
|
|
|
|
|
|
|
|
div.thumbnails {margin-top:0.6em;}
|
|
|
|
|
div.thumbnails div {background:#fff;display:inline-block;margin-right:2px;}
|
|
|
|
|
|
|
|
|
|