diff --git a/app/views/org_document_comments/_show_custom_org_document_comment.html.erb b/app/views/org_document_comments/_show_custom_org_document_comment.html.erb index ec2a1ca8f..d3c98da13 100644 --- a/app/views/org_document_comments/_show_custom_org_document_comment.html.erb +++ b/app/views/org_document_comments/_show_custom_org_document_comment.html.erb @@ -1,11 +1,11 @@
-
您的位置:<%= link_to "首页", organization_path(@organization), :class => "sn-link-grey2" %> > +
您的位置:<%= link_to "首页", organization_path(@organization), :class => "sn-link-grey2" %> > <%=link_to @org_subfield.name, organization_path(@organization, :org_subfield_id => @org_subfield.id), :class => "sn-link-grey2" %> > - <%= @document.title %> + <%= @document.title %>
-
+

<%= @document.title %>

来源:<%= @org_subfield.name %> 发布时间:<%= format_date(@document.created_at) %>

diff --git a/app/views/organizations/_show_custom_org_subfield.html.erb b/app/views/organizations/_show_custom_org_subfield.html.erb index 473a5757d..10ac31637 100644 --- a/app/views/organizations/_show_custom_org_subfield.html.erb +++ b/app/views/organizations/_show_custom_org_subfield.html.erb @@ -3,13 +3,13 @@
-
+
您的位置:<%= link_to "首页", organization_path(@organization), :class => "sn-link-grey2" %> > - <%=link_to @org_subfield.name, organization_path(@organization, :org_subfield_id => @org_subfield.id), :class => "sn-link-grey2" %> + <%= @org_subfield.name %>
-
-

<%= @organization.name %>

+
+

<%= @org_subfield.name %>

    <% @subfield_acts.each do |act| %> <% title = subfield_title_type(act) %> diff --git a/public/stylesheets/org2.css b/public/stylesheets/org2.css index 6672eb073..9e19fb5cb 100644 --- a/public/stylesheets/org2.css +++ b/public/stylesheets/org2.css @@ -1,14 +1,6 @@ @charset "utf-8"; /* CSS Document */ /* 样式重置 */ -body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{ margin:0; padding:0;} -body,table,input,textarea,select,button { font-family: "微软雅黑","宋体"; font-size:12px;line-height:1.9; background:#f2f2f2;} -div,img,tr,td,table{ border:0;} -table,tr,td{border:0;cellspacing:0; cellpadding:0;} -ol,ul,li{ list-style-type:none} -a:link,a:visited{color:#000;text-decoration:none;} -a:hover,a:active{color:#24366e;} - .sn-fl {float:left;} .sn-fr {float:right;} .sn-cl {clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden}