Skip to content

Commit

Permalink
Remove outdated topic-actions class from pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
PayBas committed Jun 27, 2014
1 parent 45a9d60 commit 506fd1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion styles/pbwow3/template/recent_topics_body.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2 class="open">{L_RECENT_TOPICS}</h2>
<!-- END recent_topics -->

<!-- IF .pagination -->
<div class="action-bar topic-actions">
<div class="action-bar">
<div class="pagination">
<!-- INCLUDE pagination.html -->
</div>
Expand Down
2 changes: 1 addition & 1 deletion styles/prosilver/template/recent_topics_body.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<a id="recent_topics"></a>
<!-- IF .pagination -->
<div class="action-bar topic-actions">
<div class="action-bar">
<div class="pagination">
<!-- INCLUDE pagination.html -->
</div>
Expand Down

0 comments on commit 506fd1f

Please sign in to comment.