so every now and then, i'll hop on my stylesheet, make a few tweaks
kinda just hit a brick wall right now tho
the section in particular is .comments .inner
ideally there should be a div container just for the "displaying x of x comments (view all | add comment)"
however
its just p and b tags, and the count span after that
so we can only edit those and sadly, it affects everything in the comment table below
ideally it should be smthn like
<meta itemprop="commentCount" content="1">
<div class="comment-count-links">comment count and comment link stuff here</div>
just thought i'd mention this ![]()
