修复osp中“热帖”下显示“没有帮助”的问题

This commit is contained in:
ganyiang 2014-05-30 09:35:06 +08:00
parent 44d24d038f
commit b4c299bff8
4 changed files with 2 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -31,7 +31,7 @@
overflow: hidden;
float: left;
width: 440px;
left: 3%;
left: 2%;
}

View File

@ -9,6 +9,7 @@ padding:0 0 0 0px;
.li_time {
padding:0 7px 0 0;
list-style-type: square;
}