in reply to div class reputation nit
Now this is a change I can support and a step in the right direction towards using <div> for layout. The next step is to move the inline style attributes to a linked stylesheet so we can have different stylesheets for screen display, hardcopy, and mobile.
Instead of inline style, there should be a "base" stylesheet with: (if I remember CSS correctly)
.reputation { text-align: center; margin: 0 auto; }
In Section
Perl Monks Discussion