updated inline discussion styling to account for lack of expand / show message (which was being relied on for layout) and also removed issues of generic pagination styling impacting the older inline discussion pagination pattern with a class renaming

This commit is contained in:
Marco Morales
2015-08-04 11:19:47 -04:00
committed by Andy Armstrong
parent 41173fefee
commit dd67f8aa72
6 changed files with 9 additions and 9 deletions

View File

@@ -8,6 +8,6 @@
<% }); %>
</section>
<section class="pagination">
<section class="discussion-pagination">
</section>
</section>

View File

@@ -4,4 +4,4 @@
<article class="discussion-thread" id="thread_<%= thread.id %>"/>
<% }); %>
</section>
<section class="pagination"/>
<section class="discussion-pagination"/>