Hi WordPress Team,
I really digg the Sandbox theme and have suggestion. On the home screen, it would be useful to add classes to the entry date.
Currently:
<div class="entry-date"><abbr class="published" title="2010-02-28T17:43:37+0000">28. Feb – 17:43</abbr></div>
Improved:
<div class="entry-date"><abbr class="published" title="2010-02-28T17:43:37+0000"><span class="date">28. Feb</span> <span class="meta-date">–</span> <span class="time">17:43</a></abbr></div>
Thomas