Bold "New Posts" flag
2011-12-24, 3:48 (This post was last modified: 2011-12-24, 5:39 by Jean-Philippe Ouellet.)
2011-12-24, 3:48 (This post was last modified: 2011-12-24, 5:39 by Jean-Philippe Ouellet.)
I am referring to the little
(1 new)
that shows up on the front page when there are unread messages.
I would prefer if that text were bold, like so:
(1 new)
because then it would stand out more when quickly scrolling the page as well as not require me to zoom in on my phone to just quickly check if there is anything new.
That text is in a span with class "new-flag" and just adding
to the css would be great.
Having the text slightly larger would do the trick too, but I think it would look somewhat odd.
(1 new)
that shows up on the front page when there are unread messages.
I would prefer if that text were bold, like so:
(1 new)
because then it would stand out more when quickly scrolling the page as well as not require me to zoom in on my phone to just quickly check if there is anything new.
That text is in a span with class "new-flag" and just adding
Code:
font-weight: bold;
Having the text slightly larger would do the trick too, but I think it would look somewhat odd.