测试版:公共贴吧:显示页数应该与虚线分开

This commit is contained in:
sw 2015-05-14 16:26:01 +08:00
parent 33365f7ea6
commit c129e767e5
3 changed files with 5 additions and 4 deletions

View File

@ -48,8 +48,8 @@
</table>
</div>
</div>
<% end %>
<div class="pagination">
<% end %>
<div class="pagination" style="margin-top: 10px;">
<%= pagination_links_full @forums_pages, @forums_count %>
</div>
<% else %>

View File

@ -361,7 +361,7 @@ span.forums-avatar-right{
}
.content-text-list{
margin-bottom: 10px;
border-bottom: 1px dashed rgb(204, 204, 204);
/*border-bottom: 1px dashed rgb(204, 204, 204);*/
width: 580px;
}

View File

@ -1190,7 +1190,8 @@ div.pagination {
text-align: left;
font-size: 13px;
}
.pagination li a{margin-top: 10px;}
.pagination li span{margin-top: 10px;}
.m5p5 {
display: inline-block;
height: auto;