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:
committed by
Andy Armstrong
parent
41173fefee
commit
dd67f8aa72
@@ -8,6 +8,6 @@
|
||||
<% }); %>
|
||||
</section>
|
||||
|
||||
<section class="pagination">
|
||||
<section class="discussion-pagination">
|
||||
</section>
|
||||
</section>
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
<article class="discussion-thread" id="thread_<%= thread.id %>"/>
|
||||
<% }); %>
|
||||
</section>
|
||||
<section class="pagination"/>
|
||||
<section class="discussion-pagination"/>
|
||||
|
||||
Reference in New Issue
Block a user