Quote:
Originally Posted by Turtle91
In that particular example of yours, they are completely redundant unless there was other css that modified them. Cheers
|
I thought so. Many moons ago I did once come across the problem of needing left-aligned text centered on the screen and what I did then was create a frame (this was before inline-block) that was 50% of the screen and then the text was left-aligned within the frame. But centering text in a centered inline-block struck me as odd. There was nothing else in the CSS that modified the code, not even a size specified for the block.
I thought when I saw it that maybe I was missing something, that perhaps it was meant to cover all bases for the myriad of ePub readers out there. But it now just seems like odd coding.
Thanks for clarifying.