wiki页面显示
This commit is contained in:
parent
c9bfe00a4f
commit
4da77d8a71
|
@ -1,5 +1,6 @@
|
|||
<%= textAreailizable content, :text, :attachments => content.page.attachments,
|
||||
:edit_section_links => (@sections_editable && {:controller => 'wiki', :action => 'edit', :project_id => @page.project, :id => @page.title}) %>
|
||||
|
||||
:edit_section_links => (@sections_editable && {:controller => 'wiki', :action => 'edit', :project_id => @page.project, :id => @page.title, :class =>"break_word_firefox"})
|
||||
%>
|
||||
<%#= content.text.html_safe %>
|
||||
|
||||
|
|
|
@ -475,6 +475,7 @@ img.ui-datepicker-trigger {
|
|||
.wiki_con_tit{ font-size:14px; color:#09658c; font-weight:bold;width:630px;overflow:hidden; white-space: nowrap; text-overflow:ellipsis; float:left; margin-bottom:10px;}
|
||||
.wiki_con_box{ line-height:1.9; color:#2d2d2d;}
|
||||
.wiki_page_con{ border-bottom:1px dashed #CCC; margin-bottom:10px; padding-bottom:10px;}
|
||||
.wiki_page p{word-break: break-all;word-wrap: break-word;}
|
||||
#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;}
|
||||
|
|
Loading…
Reference in New Issue