修复osp中“热帖”下显示“没有帮助”的问题
This commit is contained in:
parent
44d24d038f
commit
b4c299bff8
|
@ -61,7 +61,6 @@
|
|||
<tr>
|
||||
<td align="left">帖子来源:<span class="font_lighter" style="color: #068d9c"><%=link_to 'OSChina', topic.url %>
|
||||
</span></td>
|
||||
<td colspan="3" align="center"><%= no_use_link(topic, User.current) %> </td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
|
|
@ -458,7 +458,6 @@
|
|||
<tr>
|
||||
<td align="left">帖子来源:<span class="font_lighter" style="color: #068d9c"><%=link_to 'OSChina', topic.url %>
|
||||
</span></td>
|
||||
<td colspan="3" align="center"><%= no_use_link(topic, User.current) %> </td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
overflow: hidden;
|
||||
float: left;
|
||||
width: 440px;
|
||||
left: 3%;
|
||||
left: 2%;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ padding:0 0 0 0px;
|
|||
|
||||
.li_time {
|
||||
padding:0 7px 0 0;
|
||||
list-style-type: square;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue