FirstLegoLeague / fllscoring

FLL Scoring app. See Demo:
http://firstlegoleague.github.io/fllscoring/
GNU General Public License v2.0
14 stars 19 forks source link

Added the current score to the appbar in scoresheet.html #263

Open ThinkRedstone opened 7 years ago

poelstra commented 7 years ago

Don't think using <h3> is the best option to do this, because it's semantically not a header but 'just' a piece of info. So probably a <span class="score"> or something is better.

However, I don't think it's a big issue, so:

alanggreen commented 7 years ago

@ThinkRedstone I think @poelstra 's point about H3 is valid