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; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: div class reputation nit
by Lady_Aleena (Priest) on Sep 15, 2020 at 12:35 UTC |