ElkArte Community

Elk Development => Theme development => Topic started by: Antechinus on March 03, 2014, 06:47:32 pm

Title: Board index markup
Post by: Antechinus on March 03, 2014, 06:47:32 pm
Just noticed something.

Code: (/me knows how to make titles now :P) [Select]
<div class="board_info">
<a class="icon_anchor" href="http://www.elkarte.net/community/index.php?action=unread;board=1.0;children">
<span class="board_icon on_board" title="New Posts"></span>
</a>

Just wondering why it needs a span with two classes there. It seems a bit excessive, but I admit I haven't given it a lot of thought yet.
Title: Re: Board index markup
Post by: TE on March 04, 2014, 01:48:46 pm
IIRC it's needed for the javascript part from the "mark all messages read" but.ton
Title: Re: Board index markup
Post by: Antechinus on March 04, 2014, 03:39:24 pm
OK. Will take a look.