|
|
|
@ -466,6 +466,21 @@ img.ui-datepicker-trigger {
|
|
|
|
|
.wiki_con_box{ line-height:1.9; color:#2d2d2d;}
|
|
|
|
|
.wiki_page_con{ border-bottom:1px dashed #CCC; margin-bottom:10px; padding-bottom:10px;}
|
|
|
|
|
#wiki_new_box{ display:none;}
|
|
|
|
|
/*wiki显示附加*/
|
|
|
|
|
.wiki-page {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #09658C !important;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
width: 630px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
/*.author{*/
|
|
|
|
|
/*color: #FF5722;*/
|
|
|
|
|
/*margin-left:20px;*/
|
|
|
|
|
/*}*/
|
|
|
|
|
|
|
|
|
|
/*里程碑进度条*/
|
|
|
|
|
table.progress {
|
|
|
|
@ -501,3 +516,4 @@ a.atom { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px
|
|
|
|
|
p.other-formats { text-align: right; font-size:0.9em; color: #666; }
|
|
|
|
|
.other-formats span + span:before { content: "| "; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|