[Bug 19301] Consistent icon with blog

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19301

--- Comment #2 from Lea Verou <lea@w3.org> ---
(In reply to comment #1)
> (In reply to comment #0)
> > Can you output the code of the comments icon so we can style it consistently
> > with the blog?
> > 
> > http://blog.webplatform.org/
> > 
> > <div class="comments-link">
> >  <a href="(something here)">2 comments</a>
> > </div>
> 
> Actually, that would result in the same issues as [1]. A better markup would
> be:
> 
> <a href="(something here)" class="comments">
>  <span class="count">2</span> comments
> </a>
> 
> I'm planning to do the same on the blog, once I work on #19453
> 
> [1]: https://www.w3.org/Bugs/Public/show_bug.cgi?id=19453

...or alternatively (and perhaps even better):

<a href="(something here)" class="comments-count">
 2 <span class="comments">comments</span>
</a>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 10 October 2012 22:25:44 UTC