change color ,title unlink
This commit is contained in:
parent
8ea2b05989
commit
1d03717714
|
@ -63,9 +63,9 @@
|
|||
margin: 10px;
|
||||
}
|
||||
.epaper-show .ep-content-title {
|
||||
color: #881f05;
|
||||
color: #000;
|
||||
font-size: 20px;
|
||||
border-left: 4px solid #881f05;
|
||||
border-left: 4px solid #000;
|
||||
display: block;
|
||||
padding: 0 0 0 10px;
|
||||
margin: 0 0 10px;
|
||||
|
@ -260,7 +260,7 @@
|
|||
<% if paper.title.present? %>
|
||||
<div class="ep-info-title">
|
||||
<h3 class="epaper-show-title">
|
||||
<a class="ep-content-title" href="<%= page + "/" + paper.to_param + "?method=topics" %>" target="_blank"><span><%= paper.title %></span></a>
|
||||
<span><%= paper.title %></span>
|
||||
</h3>
|
||||
</div>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in New Issue