change color ,title unlink
This commit is contained in:
parent
f2e2563d45
commit
8ea2b05989
|
@ -12,7 +12,7 @@
|
||||||
border-bottom: 2px solid #ddd;
|
border-bottom: 2px solid #ddd;
|
||||||
padding: 0 0 10px;
|
padding: 0 0 10px;
|
||||||
margin: 10px 0 20px;
|
margin: 10px 0 20px;
|
||||||
color: #881f05;
|
color: #000;
|
||||||
}
|
}
|
||||||
.epaper-show .ep-info {
|
.epaper-show .ep-info {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
@ -209,7 +209,7 @@
|
||||||
<%= t('e_paper.title') %>:
|
<%= t('e_paper.title') %>:
|
||||||
</span>
|
</span>
|
||||||
<h3 class="epaper-show-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>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Reference in New Issue